summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/unicode.expected.raydebug
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-04-14 23:59:03 +0000
committermurphy <murphy@rubychan.de>2010-04-14 23:59:03 +0000
commit200144dd009d33ff8334be24d0fb2cc91b3a87ab (patch)
treef46c939cd01b8d4165b5d9f3444c20e072b51408 /test/scanners/ruby/unicode.expected.raydebug
parent612a14e17bdae5dbb5b13cdceec797523725cbbe (diff)
downloadcoderay-200144dd009d33ff8334be24d0fb2cc91b3a87ab.tar.gz
Moving scanner tests into separate repository. The repository can be reached at http://svn.rubychan.de/coderay-scanner-tests/trunk.
Diffstat (limited to 'test/scanners/ruby/unicode.expected.raydebug')
-rw-r--r--test/scanners/ruby/unicode.expected.raydebug30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/scanners/ruby/unicode.expected.raydebug b/test/scanners/ruby/unicode.expected.raydebug
deleted file mode 100644
index dad2a74..0000000
--- a/test/scanners/ruby/unicode.expected.raydebug
+++ /dev/null
@@ -1,30 +0,0 @@
-ident(ä) operator(=) integer(42)
-ident(print) ident(ä)
-
-reserved(def) method(straße)operator(()ident(frühstück)operator(\))
- ident(höhle)operator(()ident(frühstück)operator(\))
-reserved(end)
-
-reserved(alias) method(λ) method(lambda)
-ident(×) operator(=) ident(λ)operator({) operator(|)ident(x)operator(,)ident(y)operator(|) ident(x)operator(*)ident(y)operator(})
-ident(×)operator([)integer(2)operator(,)integer(3)operator(]) comment(# => 6)
-
-comment(# Summe der ersten 10 Quadratzahlen)
-reserved(def) method(∑) ident(enum)
- ident(enum)operator(.)ident(inject)operator(()integer(0)operator(\)) operator({) operator(|)ident(sum)operator(,) ident(x)operator(|) ident(sum) operator(+) reserved(yield)operator(()ident(x)operator(\)) operator(})
-reserved(end)
-
-ident(∑)operator(()integer(1)operator(..)integer(10)operator(\)) operator({) operator(|)ident(x)operator(|) ident(x)operator(**)integer(2) operator(}) comment(# => 385)
-
-comment(# mehr Mathematische Zeichen)
-reserved(def) method(∞)operator(;) float(1.0) operator(/) float(0.0)operator(;) reserved(end)
-reserved(def) method(π)operator(;) constant(Math)operator(::)constant(PI)operator(;) reserved(end)
-
-operator(-)ident(∞) operator(..) integer(2)operator(*)ident(π) comment(# => -Infinity..6.28318530717959)
-
-comment(# Azumanga Daioh Insider)
-reserved(class) operator(<<) class(Osaka) operator(=) constant(Object)operator(.)ident(new)
- reserved(def) method(ぁ!)
- ident(sleep) ident(∞)
- reserved(end)
-reserved(end) \ No newline at end of file