diff options
author | murphy <murphy@rubychan.de> | 2006-10-18 11:31:46 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-18 11:31:46 +0000 |
commit | 26a698230e2e502bfe90392ae034409506ca3cdc (patch) | |
tree | f644727eced373c89d23e0c34e68554f18f457e4 /test | |
parent | b2db0f306976198f2bac654cfb26a6d585f105d9 (diff) | |
download | coderay-26a698230e2e502bfe90392ae034409506ca3cdc.tar.gz |
strange.in.rb test output fixed.
Diffstat (limited to 'test')
-rw-r--r-- | test/scanners/ruby/strange.expected.raydebug | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/scanners/ruby/strange.expected.raydebug b/test/scanners/ruby/strange.expected.raydebug index 61a7cae..1135ae6 100644 --- a/test/scanners/ruby/strange.expected.raydebug +++ b/test/scanners/ruby/strange.expected.raydebug @@ -49,13 +49,13 @@ comment(#%W[ but #@0illegal_values look strange.]) operator(%)constant(Quark) ident(dazu) -operator(%) ident(abc) comment(# FIXME) +string<delimiter(% )content(abc)delimiter( )> comment(# FIXME) comment(# And here some special string cases) -ident(foo) operator(=) operator(%) ident(blah) comment(# comment here to ensure whitespace) -ident(foo)operator(()operator(%) ident(blah) operator(\)) -ident(foo) operator(<<) operator(%) ident(blah) comment(# stupid but has to work) -ident(foo) operator(=) operator(%) ident(blah) operator(+) operator(%) ident(blub) comment(# wicked) +ident(foo) operator(=) string<delimiter(% )content(blah)delimiter( )> comment(# comment here to ensure whitespace) +ident(foo)operator(()string<delimiter(% )content(blah)delimiter( )>operator(\)) +ident(foo) operator(<<) string<delimiter(% )content(blah)delimiter( )> comment(# stupid but has to work) +ident(foo) operator(=) string<delimiter(% )content(blah)delimiter( )>operator(+) string<delimiter(% )content(blub)delimiter( )> comment(# wicked) ident(foo) operator(=) string<delimiter(%q )content(wicked)delimiter( )> comment(# works too) symbol<delimiter(%s#)content(ruby allows strange)delimiter(#)>operator({)ident(constructs)operator(}) |