summaryrefslogtreecommitdiff
path: root/test/scanners/html/coderay-output.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-469/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Completed YAML Scanner (closes #34).murphy2009-01-011-1/+1
| | | | | | | | | | | | | YAML Scanner: * Added another example (multiline). * Added multiline string recognition. * This should be enough for most people. Else: * New method: Scanner#column (very useful and fast!) * Added new token type :doctype, used also by HTML scanner. * coderay_suite: minor output tweaks.
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-0/+469
* CSS styles are shortened more to optimize HTML output. * Added a longer example file for the HTML Scanner. * coderay_suite prints more accurate and sensible benchmarks.