| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Ignore *.actual.* beyound test/scanners.
|
|
|
|
|
| |
Added test:clean task.
|
|
|
|
|
|
| |
- tests failed because :symbol.is_a? String.
- ...and Array#shuffle! is already built into Ruby 1.9
|
|
|