diff options
Diffstat (limited to 'test/scanners/ruby/comment.out.raydebug')
-rw-r--r-- | test/scanners/ruby/comment.out.raydebug | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/scanners/ruby/comment.out.raydebug b/test/scanners/ruby/comment.out.raydebug new file mode 100644 index 0000000..0e24ae3 --- /dev/null +++ b/test/scanners/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) |