summaryrefslogtreecommitdiff
path: root/test/scanners/c/strange.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-90/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updating C scanner:murphy2009-10-191-1/+1
| | | | | | | | | | * Ruby 1.9 warnings (yeah, it's really a pain) * added DIRECTIVES * fixed a bug that highlighted // as an operator (bah!) * accept $ in variable names * accept intLL literals * recover silently from :include_expected on unexpected tokens
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-0/+90
Added test:clean task.