summaryrefslogtreecommitdiff
path: root/test/scanners
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed warning in bench.rb.murphy2006-10-186-43/+57
| | | | | | | | | | Ruby Scanner: improved handling of ambiguos values. - operator methods are now :ident instead of :operator - fancy_allowed and regexp_allowed are now value_expected - value_expected works in operator method calls - tests enhanced and adjusted Scanner tests: new diffed option, diff doesn't imply noassert anymore
* Ignore *.debug.diff generated by scanner tests.murphy2006-10-181-1/+1
|
* Fixed functional test.murphy2006-10-182-191/+193
| | | | | | | Fixed Ruby scanner (/= was scanned as regexp!) Made bench.rb run from any folder. Made scanner test diff function work via EDITOR instead of gvimdiff.
* 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-1733-9/+13
| | | | | Added test:clean task.
* Made CodeRay ready Ruby 1.9:murphy2006-10-171-1/+1
| | | | | | - tests failed because :symbol.is_a? String. - ...and Array#shuffle! is already built into Ruby 1.9
* Moved scanner tests into test/scanners.murphy2006-10-1573-0/+54369