summaryrefslogtreecommitdiff
path: root/test/scanners/diff/coderay200vs250.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-2241/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updated diff scanner tests.murphy2010-03-301-2003/+2003
|
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-0/+2241
* Highlights unified diffs, especially like the ones svn diff outputs. * Changes to make highlighting of whole lines were necessary. * I added two example files. More changes: * Added token classes :head, :delete, :insert, and :change along with styles. * Added two new special token types: :begin_line and :end_line. They mark token groups that explicitly span whole lines and should be highlighted as such. * The HTML encoder converts these new tokens to DIVs. May need more work. * The Debug Encoder uses square brackets for line tokens. * Some cleanups.