diff options
author | murphy <murphy@rubychan.de> | 2006-10-15 15:10:04 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-15 15:10:04 +0000 |
commit | f5768c09019b303e82b7b7905b137b0e1df3823c (patch) | |
tree | a0bca63a318f848c6932070b4779226520fa040c /test/scanners/ruby/comment.in.rb | |
parent | dd1f6c2ed2fa76d8862233494519d797e9ffb488 (diff) | |
download | coderay-f5768c09019b303e82b7b7905b137b0e1df3823c.tar.gz |
Moved scanner tests into test/scanners.
Diffstat (limited to 'test/scanners/ruby/comment.in.rb')
-rw-r--r-- | test/scanners/ruby/comment.in.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/scanners/ruby/comment.in.rb b/test/scanners/ruby/comment.in.rb new file mode 100644 index 0000000..d0dea65 --- /dev/null +++ b/test/scanners/ruby/comment.in.rb @@ -0,0 +1,17 @@ +=begin test
+=end test
+
+bla
+
+ =begin
+
+ __END__
+
+
+__END__
+#CODE
+
+mangawobeegee
+
+#test\
+dasd
|