diff options
author | murphy <murphy@rubychan.de> | 2005-10-29 04:55:53 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-29 04:55:53 +0000 |
commit | 32440c8970eb351320ed3a9d5a986d275d3371c8 (patch) | |
tree | e86c71a856593d14ba03ce896f6ac773cddb6fec /test/ruby/comment.out.raydebug | |
parent | fb64737038ca13b4047219c429560b97b98fe22b (diff) | |
download | coderay-32440c8970eb351320ed3a9d5a986d275d3371c8.tar.gz |
Added Test environment.
Diffstat (limited to 'test/ruby/comment.out.raydebug')
-rw-r--r-- | test/ruby/comment.out.raydebug | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/ruby/comment.out.raydebug b/test/ruby/comment.out.raydebug new file mode 100644 index 0000000..5e03975 --- /dev/null +++ b/test/ruby/comment.out.raydebug @@ -0,0 +1,17 @@ +comment(=begin test
+=end test)
+
+ident(bla)
+
+ operator(=)reserved(begin)
+
+ ident(__END__)
+
+
+comment(__END__
+)comment(#CODE)
+
+ident(mangawobeegee)
+
+comment(#test\\)
+ident(dasd)
|