diff options
author | murphy <murphy@rubychan.de> | 2006-03-24 21:58:29 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-24 21:58:29 +0000 |
commit | 0d919d07f67166981cea476e1febbc40af2eae9c (patch) | |
tree | f776062bf24c2425f73ee3af5f8a031e7c867b39 /test/ruby/evil.out.raydebug | |
parent | 7863986fad84f56ba537ce3714d614c33391fd85 (diff) | |
download | coderay-0d919d07f67166981cea476e1febbc40af2eae9c.tar.gz |
Ruby Scanner: Capital methods (Kernel#Array etc.) are now highlighted as idents.
Tests adjusted.
highlight.rb updated.
Diffstat (limited to 'test/ruby/evil.out.raydebug')
-rw-r--r-- | test/ruby/evil.out.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/evil.out.raydebug b/test/ruby/evil.out.raydebug index b62d778..eaa455a 100644 --- a/test/ruby/evil.out.raydebug +++ b/test/ruby/evil.out.raydebug @@ -480,7 +480,7 @@ ident(p) ident(x) -ident(p) constant(Array)operator(()string<delimiter(")content(foo)char(\\n)content(bar)delimiter(")>operator(\))
+ident(p) ident(Array)operator(()string<delimiter(")content(foo)char(\\n)content(bar)delimiter(")>operator(\))
|