summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite for ruby 3.0 change for methods on subclass of ArrayMamoru TASAKA2021-02-212-3/+5
| | | | | | | | 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.
* don't load simplecov on Ruby 1.8.7Kornelius Kalnbach2019-11-241-1/+1
|
* merge coverageextend-specsKornelius Kalnbach2019-11-241-0/+1
|
* fix spaces in JSONEncoderTestKornelius Kalnbach2019-11-241-7/+7
|
* fix heredoc indentationKornelius Kalnbach2019-11-241-1/+1
|
* Add Ruby 2.6 fixing issuesJun Aruga2019-02-141-0/+2
| | | | | * Remove existing Tokens#filter (Array#filter) for Ruby 2.6 compatibility. * Install proper version's rdoc considering installed Ruby version.
* tweak Debug scanners again, introduce :unknown token kindKornelius Kalnbach2013-07-211-3/+3
|
* prevent Symbol attack in Debug scannerKornelius Kalnbach2013-07-211-6/+6
|
* remove dump/undump functionalityKornelius Kalnbach2013-06-131-9/+0
|
* fix testsKornelius Kalnbach2013-06-091-4/+1
|
* rename :independent_lines option to :break_linesKornelius Kalnbach2012-04-021-3/+3
|
* here come the white-space nazisKornelius Kalnbach2012-04-011-20/+19
|
* Merge remote-tracking branch 'emassip/master' into independent-linesKornelius Kalnbach2012-04-011-0/+104
|\
| * Added a unit test for HTML encoder (with a test for :line_independent option)Etienne Massip2012-03-291-0/+104
| |
* | fix tests for #16Kornelius Kalnbach2012-03-311-3/+3
|/
* use assert_warningKornelius Kalnbach2011-09-262-20/+14
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-212-27/+2
|
* TokensProxy: wrap upKornelius Kalnbach2011-09-193-3/+3
|
* #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-182-11/+5
|
* fix YAML encoder for Psych (damn!)Kornelius Kalnbach2011-08-211-23/+13
|
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-201-4/+24
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-2/+2
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-0/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-197-26/+18
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* minor support fixes for some Ruby engines and versionsmurphy2011-07-082-18/+10
|
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-3/+3
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-2/+9
|
* make Duo test independent of YAML enginemurphy2011-06-111-24/+4
|
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-212-25/+10
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-201-5/+7
|
* renamed pre_* token kinds to predefined_*murphy2011-04-171-4/+4
|
* Added lots of tests for Plugin and other helper classes.murphy2011-02-2810-145/+181
|
* Added lots of unit tests.murphy2010-06-2917-0/+842
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.