diff options
author | murphy <murphy@rubychan.de> | 2009-06-07 14:21:50 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-06-07 14:21:50 +0000 |
commit | 0db86ecbd49ce957d5d27ae98607e83aa95c951b (patch) | |
tree | e4d368635e2add0630512aface4739da09154368 /test/scanners/ruby/ruby19.expected.raydebug | |
parent | 3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0 (diff) | |
download | coderay-0db86ecbd49ce957d5d27ae98607e83aa95c951b.tar.gz |
Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.
* closes #108 (new Ruby 1.9 call operator syntax sugar)
* Added an example for unicode code.
* automatic UTF-8 detection (experimental)
* Still problems with different Ruby versions; new unicode test fails in
Ruby 1.9 and JRuby.
Diffstat (limited to 'test/scanners/ruby/ruby19.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/ruby19.expected.raydebug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scanners/ruby/ruby19.expected.raydebug b/test/scanners/ruby/ruby19.expected.raydebug new file mode 100644 index 0000000..f3e40d5 --- /dev/null +++ b/test/scanners/ruby/ruby19.expected.raydebug @@ -0,0 +1,4 @@ +ident(block)operator(.)ident(()operator(*)ident(arguments)operator(\)) comment(# bovi's example) + +reserved(def) operator(()ident(foo)operator(\))operator(.)ident(bar) +reserved(end)
\ No newline at end of file |