summaryrefslogtreecommitdiff
path: root/test/ruby/evil.out.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moved scanner tests into test/scanners.murphy2006-10-151-1123/+0
|
* Totally revamped test system. Nitro will be fixed soon.murphy2006-07-111-1123/+1123
| | | | | A bunch of new tests. Delphi and XML are now tested, too. bench/example.dump deleted (depends on Ruby version, OS, whatever. Nothing for the repo.)
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CSS style changes/enhancments (mainly the new background color for inline code, affects all Ruby code.) Demos and tests adjusted. Plugin: new PluginHost::default method. Scanner: - New setup method - ability to re-use a scanner - ability to keep the tokens - minor changes to token caching and string flattening Encoder: Error if token content is neither String nor Symbol. HTML encoder: - more warnings for unclosed tokens - output now UTF-8 Ruby Scanner: - bug: symbols before => now do not include =; {:foo=>bar} is valid Ruby code - try to close all open tokens - constants now all with specific namespace (for speed, I hope) Styles: new :entity/en class. Test suite now gives hinted HTML output.
* Ruby Scanner: Capital methods (Kernel#Array etc.) are now highlighted as idents.murphy2006-03-241-1/+1
| | | | | Tests adjusted. highlight.rb updated.
* scanners/ruby/patterns.rb:murphy2005-12-111-27/+27
| | | | | | | | Changed recognition of numerics + and - prefixes now belong to the number. tests and demos adjusted. helpers/plugin.rb: Typo in doc.
* scanners/ruby.rb: changed operator handling = fix and speedup.murphy2005-10-291-1/+1
| | | | Test fixtures adjusted.
* Added Test environment.murphy2005-10-291-0/+1123