summaryrefslogtreecommitdiff
path: root/test/scanners/html
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-147-1280/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Completed YAML Scanner (closes #34).murphy2009-01-012-2/+2
| | | | | | | | | | | | | 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-242-0/+938
| | | | | | | * 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.
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-172-0/+0
| | | | | Added test:clean task.
* Moved scanner tests into test/scanners.murphy2006-10-155-0/+342