diff options
author | murphy <murphy@rubychan.de> | 2006-10-18 21:48:17 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-18 21:48:17 +0000 |
commit | 3f5cc3ae69ecad6a6909aad4b553eb958241dd14 (patch) | |
tree | f488993bf2c9761c6f98ca5ddd55497f6fa8f832 /test/scanners/ruby/jarh.expected.raydebug | |
parent | 26a698230e2e502bfe90392ae034409506ca3cdc (diff) | |
download | coderay-3f5cc3ae69ecad6a6909aad4b553eb958241dd14.tar.gz |
Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.
New token: :inline_delimiter
Scanner tests suite revamped: colorization, split up into methods.
Diffstat (limited to 'test/scanners/ruby/jarh.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/jarh.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/jarh.expected.raydebug b/test/scanners/ruby/jarh.expected.raydebug index a1eb7fc..27938b2 100644 --- a/test/scanners/ruby/jarh.expected.raydebug +++ b/test/scanners/ruby/jarh.expected.raydebug @@ -273,7 +273,7 @@ ident(print) ident(sprintf)operator(()string<delimiter(')content(%s)delimiter(') ident(print) ident(eval)operator(()string<delimiter(')content(Just another Ruby hacker,)delimiter(')>operator(.)ident(inspect)operator(\)) -regexp<delimiter(/)inline<delimiter(#{)ident(print) string<delimiter(')content(Just another Ruby hacker,)delimiter(')>delimiter(})>delimiter(/)> +regexp<delimiter(/)inline<inline_delimiter(#{)ident(print) string<delimiter(')content(Just another Ruby hacker,)delimiter(')>inline_delimiter(})>delimiter(/)> ident(print) string<delimiter(')content(Just another Ruby hacker,)delimiter(')>operator(.)ident(scan)operator(()regexp<delimiter(/)content(.)delimiter(/)>operator(\))operator(.)ident(collect)operator({)operator(|)ident(x)operator(|)ident(x)operator([)integer(0)operator(])operator(})operator(.)ident(pack)operator(()string<delimiter(')content(U*)delimiter(')>operator(\)) |