diff options
author | murphy <murphy@rubychan.de> | 2005-12-11 04:15:33 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-12-11 04:15:33 +0000 |
commit | 952c57ba77b5a36111b9f82f8632e58208c998c4 (patch) | |
tree | 8d043fa12c27893c9e8ea8d3596352ce0110f74e /test/ruby/sidebarize.out.raydebug | |
parent | e1aaa2c6c608aaf2577b49a72538d6fe7ceedc27 (diff) | |
download | coderay-952c57ba77b5a36111b9f82f8632e58208c998c4.tar.gz |
scanners/ruby/patterns.rb:
Changed recognition of numerics
+ and - prefixes now belong to the number.
tests and demos adjusted.
helpers/plugin.rb: Typo in doc.
Diffstat (limited to 'test/ruby/sidebarize.out.raydebug')
-rw-r--r-- | test/ruby/sidebarize.out.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/sidebarize.out.raydebug b/test/ruby/sidebarize.out.raydebug index adaec34..f9c3662 100644 --- a/test/ruby/sidebarize.out.raydebug +++ b/test/ruby/sidebarize.out.raydebug @@ -94,7 +94,7 @@ comment(# uses code by murphy extended with iconv conversion) reserved(def) method(convert_entity)operator(()ident(text)operator(\))
ident(text) operator(=) constant(Iconv)operator(.)ident(new)operator(()string<delimiter(')content(iso-8859-15)delimiter(')>operator(,) string<delimiter(')content(utf-8)delimiter(')>operator(\))operator(.)ident(iconv)operator(()ident(text)operator(\))
- ident(feed) operator(=) ident(text)operator(.)ident(inspect)operator([)integer(1)operator(...)operator(-)integer(1)operator(])
+ ident(feed) operator(=) ident(text)operator(.)ident(inspect)operator([)integer(1)operator(...)integer(-1)operator(])
ident(feed)operator(.)ident(gsub!)operator(()regexp<delimiter(/)char(\\\\)content(([0-7]+\)|(.\))delimiter(/)modifier(m)>operator(\)) reserved(do)
reserved(if) global_variable($2)
|