summaryrefslogtreecommitdiff
path: root/test/unit/debug.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite for ruby 3.0 change for methods on subclass of ArrayMamoru TASAKA2021-02-211-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 kindKornelius Kalnbach2013-07-211-3/+3
|
* prevent Symbol attack in Debug scannerKornelius Kalnbach2013-07-211-6/+6
|
* #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-181-1/+2
|
* Added lots of unit tests.murphy2010-06-291-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.