Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix spaces in JSONEncoderTest | Kornelius Kalnbach | 2019-11-24 | 1 | -7/+7 |
| | |||||
* | fix heredoc indentation | Kornelius Kalnbach | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Add Ruby 2.6 fixing issues | Jun Aruga | 2019-02-14 | 1 | -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 kind | Kornelius Kalnbach | 2013-07-21 | 1 | -3/+3 |
| | |||||
* | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -6/+6 |
| | |||||
* | remove dump/undump functionality | Kornelius Kalnbach | 2013-06-13 | 1 | -9/+0 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2013-06-09 | 1 | -4/+1 |
| | |||||
* | rename :independent_lines option to :break_lines | Kornelius Kalnbach | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 1 | -20/+19 |
| | |||||
* | Merge remote-tracking branch 'emassip/master' into independent-lines | Kornelius Kalnbach | 2012-04-01 | 1 | -0/+104 |
|\ | |||||
| * | Added a unit test for HTML encoder (with a test for :line_independent option) | Etienne Massip | 2012-03-29 | 1 | -0/+104 |
| | | |||||
* | | fix tests for #16 | Kornelius Kalnbach | 2012-03-31 | 1 | -3/+3 |
|/ | |||||
* | use assert_warning | Kornelius Kalnbach | 2011-09-26 | 2 | -20/+14 |
| | |||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 2 | -27/+2 |
| | |||||
* | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 3 | -3/+3 |
| | |||||
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 2 | -11/+5 |
| | |||||
* | fix YAML encoder for Psych (damn!) | Kornelius Kalnbach | 2011-08-21 | 1 | -23/+13 |
| | |||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 1 | -4/+24 |
| | |||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 7 | -26/+18 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 2 | -18/+10 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 1 | -3/+3 |
| | |||||
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -2/+9 |
| | |||||
* | make Duo test independent of YAML engine | murphy | 2011-06-11 | 1 | -24/+4 |
| | |||||
* | various fixes and cleanups in CodeRay's helpers | murphy | 2011-05-21 | 2 | -25/+10 |
| | |||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 1 | -5/+7 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -4/+4 |
| | |||||
* | Added lots of tests for Plugin and other helper classes. | murphy | 2011-02-28 | 10 | -145/+181 |
| | |||||
* | Added lots of unit tests. | murphy | 2010-06-29 | 17 | -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. |