summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Updated Groovy scanner: using word lists from Java scanner.murphy2009-10-192-135/+135
* Updated Java scanner: Higlighting of keywords according to java.sun.com.murphy2009-10-191-2468/+2468
* Updated Ruby scanner:murphy2009-10-196-210/+210
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-195-1372/+1372
* JavaScript scanner updated:murphy2009-10-197-933/+54861
* New Scanner: *C++* (#76)!murphy2009-10-199-0/+18180
* Removing C++ tests from C test suite.murphy2009-10-192-1036/+0
* Testing for_redcloth and lines_of_code.murphy2009-10-181-1/+48
* Testing whether #dup works for WordList as expected.murphy2009-10-181-0/+9
* Added LinesOfCode encoder (issue #123) - simple version.murphy2009-06-291-0/+30
* Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119).murphy2009-06-202-2/+2
* Fixed an issue with the YAML class being redefined by the scanners tests.murphy2009-06-171-1/+2
* Forgotten test file.murphy2009-06-131-779/+779
* Python Scanner (issue #41) updated:murphy2009-06-132-489/+489
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-074-0/+68
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-2/+2
* SQL scanner cleanup (issue #33).murphy2009-04-221-4/+4
* Improved Python scanner (issue #41).murphy2009-04-227-101/+171
* Lots of improvements for the PHP scanner.murphy2009-04-222-509/+509
* Test cleanup.murphy2009-04-207-3121/+2990
* Many improvements to PHP Scanner.murphy2009-04-203-1825/+1825
* FIXED: CaseIgnoringWordList respects default value (closes #97).murphy2009-04-201-0/+4
* New: *PHP and SQL Scanners*murphy2009-04-2016-0/+12580
* Fixed some test suite problems.murphy2009-04-204-20/+23
* Added test outputs for Python.murphy2009-04-204-0/+36976
* Java scanner:murphy2009-04-141-7/+7
* New: *Python Scanner* (feature #41)murphy2009-04-144-0/+36847
* Using the new :title option in coderay_suite.rb.murphy2009-04-141-1/+2
* JavaScript scanner: Fixed string keys (closes #85).murphy2009-02-201-72/+72
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-2/+20
* Fixed CSS scanner (closes #72).murphy2009-02-065-3/+1389
* Ruby scanner: Even more fixes for control and meta escape sequences.murphy2009-02-062-0/+16
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-052-2/+28
* Added another Groovy test (thanks to raistlin77 again).murphy2009-01-222-0/+966
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-221-5/+11
* Updated Groovy Scanner (feature #60).murphy2009-01-225-518/+588
* New: *Groovy Scanner* (feature #60)murphy2009-01-133-0/+21910
* Java Scanner: remove :regexp cases, use :pre_type for built-in types.murphy2009-01-131-2447/+2447
* Ruby Scanner: Shebang comments are highlighted as :doctype.murphy2009-01-135-48/+48
* Fixed a bug in Ruby scanner that broke tests with JRuby.murphy2009-01-111-3/+7
* Made plugin ids case-insensitive.murphy2009-01-011-1/+1
* Completed YAML Scanner (closes #34).murphy2009-01-0110-1190/+1234
* JRuby fixes.murphy2008-12-252-3/+5
* Fixes for Ruby 1.9.murphy2008-12-2521-21/+2160
* Improved YAML Scanner (ticket #34).murphy2008-11-079-885/+1129
* Fixed tests and YAML Scanner (#34)murphy2008-10-201-2/+2
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-2012-0/+9326
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-089-0/+1316
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-306-1/+4539
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-243-16/+957