summaryrefslogtreecommitdiff
path: root/test/unit/debug.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.