summaryrefslogtreecommitdiff
path: root/test/scanners/c
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-1415-192856/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-283-1345/+1395
| | | | trunk.
* Updating C scanner:murphy2009-10-195-1/+192619
| | | | | | | | | | * 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
* Removing C++ tests from C test suite.murphy2009-10-192-1036/+0
|
* C++ test added.murphy2006-10-172-0/+1036
| | | | | Ignore *.actual.* beyound test/scanners.
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-175-0/+0
| | | | | Added test:clean task.
* Moved scanner tests into test/scanners.murphy2006-10-1511-0/+188