From 1ee89811c7bf8fc124e318ca01a605d3dfff1589 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 5 Feb 2009 23:45:16 +0000 Subject: Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences. * JavaScript scanner: elaborate a comment * SimpleRegexpScanner: Just some testing with the Ruby stack. * coderay-lib.tmproj: I should just remove it from the repo... --- test/scanners/ruby/regexp.expected.raydebug | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'test/scanners/ruby/regexp.expected.raydebug') diff --git a/test/scanners/ruby/regexp.expected.raydebug b/test/scanners/ruby/regexp.expected.raydebug index 43f1d91..4d6086b 100644 --- a/test/scanners/ruby/regexp.expected.raydebug +++ b/test/scanners/ruby/regexp.expected.raydebug @@ -2,4 +2,17 @@ comment(# Regexp or division?) ident(some_string)operator(.)ident(to_i) regexp ident(some_string)operator(.)ident(split) operator(/) operator(+)regexp ident(some_string)operator(.)ident(split) operator(/) operator(+) regexp -ident(some_string)operator(.)ident(split) regexp comment(# and this one is a regexp without division) \ No newline at end of file +ident(some_string)operator(.)ident(split) regexp comment(# and this one is a regexp without division) + +ident(it) string reserved(do) + ident(str) operator(=) string + regexpcontent(\))delimiter(/)>operator(.)ident(should) operator(==) regexp + + ident(str) operator(=) string + regexpcontent(-z])delimiter(/)>operator(.)ident(should) operator(==) regexp + + ident(not_compliant_on)operator(()symbol(:ruby)operator(\)) reserved(do) + ident(str) operator(=) string + ident(re) operator(=) regexpoperator(.)ident(should) operator(==) regexp + reserved(end) +reserved(end) \ No newline at end of file -- cgit v1.2.1