Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test suite for ruby 3.0 change for methods on subclass of Array | Mamoru TASAKA | 2021-02-21 | 1 | -1/+2 |
| | | | | | | | | With ruby 3.0, especially with https://github.com/ruby/ruby/pull/3690 , for subclass of Array, `flatten` method now returns the instance of Array, not of the subclass. To keep the object instance of the subclass, use `flatten!` instead. | ||||
* | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 1 | -3/+3 |
| | |||||
* | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -6/+6 |
| | |||||
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 1 | -1/+2 |
| | |||||
* | Added lots of unit tests. | murphy | 2010-06-29 | 1 | -0/+76 |
Theses actually come from the library files; now they are included. Also, rake test and test:all don't test the scanners now; you have to start them using rake test:scanners. |