From 3f5cc3ae69ecad6a6909aad4b553eb958241dd14 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 18 Oct 2006 21:48:17 +0000 Subject: Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem. New token: :inline_delimiter Scanner tests suite revamped: colorization, split up into methods. --- test/scanners/ruby/jarh.expected.raydebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scanners/ruby/jarh.expected.raydebug') 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(()stringoperator(.)ident(inspect)operator(\)) -regexpdelimiter(})>delimiter(/)> +regexpinline_delimiter(})>delimiter(/)> ident(print) stringoperator(.)ident(scan)operator(()regexpoperator(\))operator(.)ident(collect)operator({)operator(|)ident(x)operator(|)ident(x)operator([)integer(0)operator(])operator(})operator(.)ident(pack)operator(()stringoperator(\)) -- cgit v1.2.1