From 3b4a0d83ddd0eec0dc424798ad8ed3a53c5ba88c Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 22 Feb 2006 13:48:59 +0000 Subject: New Test: test/ruby/tk-calc.in.rb. Thanks to mawe. --- test/ruby/tk-calc.out.raydebug | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/ruby/tk-calc.out.raydebug (limited to 'test/ruby/tk-calc.out.raydebug') diff --git a/test/ruby/tk-calc.out.raydebug b/test/ruby/tk-calc.out.raydebug new file mode 100644 index 0000000..09460c9 --- /dev/null +++ b/test/ruby/tk-calc.out.raydebug @@ -0,0 +1,5 @@ +ident(require) stringoperator(;)constant(TkRoot)operator(.)ident(new)operator(;)ident(r)operator(,)ident(c)operator(,)ident(b)operator(=)integer(1)operator(,)integer(1)operator(,)stringoperator(;)ident(d)operator(=)constant(TkEntry)operator(.)ident(new)operator({) +ident(grid)operator(()stringoperator(=)operator(>)integer(0)operator(,)stringoperator(=)operator(>)integer(1)operator(,)stringoperator(=)operator(>)integer(4)operator(\))operator(})operator(;)ident(b)operator(.)ident(each_index)operator({)operator(|)ident(i)operator(|)constant(TkButton)operator(.)ident(new)operator({)ident(text) ident(b)operator([)ident(i)operator(]) +ident(command) ident(proc)operator({)ident(d)operator(.)ident(insert)operator(()stringoperator(,)ident(b)operator([)ident(i)operator(])operator(\))operator(})operator(;)ident(grid)operator(()stringoperator(=)operator(>)ident(r)operator(,)stringoperator(=)operator(>)ident(c)operator(\))operator(})operator(;)ident(c)operator(+=)integer(1)operator(;)reserved(if) ident(i)operator(&&)operator(()ident(i)integer(+1)operator(\))operator(%)comment(##) +integer(4)operator(==)integer(0)reserved(then) ident(r)operator(+=)integer(1)operator(;)ident(c)operator(=)integer(1) reserved(end)operator(})operator(;)constant(TkButton)operator(.)ident(new)operator({)ident(text)stringoperator(;)ident(command) ident(proc)operator({)ident(t)operator(=)ident(d)operator(.)ident(get)operator(;)ident(d)operator(.)ident(delete)operator(()integer(0)operator(,)stringoperator(\)) +ident(d)operator(.)ident(insert)operator(()stringoperator(,)ident(eval)operator(()ident(t)operator(\))operator(\))operator(})operator(;)ident(grid)operator(()stringoperator(=)operator(>)ident(r)operator(,)stringoperator(=)operator(>)ident(c)operator(\))operator(})operator(;)constant(Tk)operator(.)ident(mainloop)comment(### by mawe :\) ###) -- cgit v1.2.1