summaryrefslogtreecommitdiff
path: root/test/coderay_suite.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved scanner tests into test/scanners.murphy2006-10-151-218/+0
|
* Tests:murphy2006-10-151-9/+77
| | | | | | | | | | | | | | | | - improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang->lang, sorted test cases...) - changed html output extension to .actual.html to svn:ignore them - fixed some tests (deleted $Id$ etc.) - made XHTML testcase work Scanners: - fixed HTML, Delphi and Nitro scanners thanks to new tests Engine: - Tokens#fix and #fix! added (yet to be tested) - improved Scanner#raise_inspect a bit Converted more files to UNIX format (go away, stinkin' \r!)
* Ruby scanner: deleted regexp highlighting (didn't work anyway)murphy2006-09-281-1/+1
| | | | | HTML highlighter: unknown token classes now yield a CSS class with that name instead of :error A new Ruby test
* Oups, I forgot the totally revamped test system.murphy2006-07-111-0/+150