summaryrefslogtreecommitdiff
path: root/test/scanners/coderay_suite.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ...murphy2010-04-141-510/+0
* Fixed a problem with highlighted diff lines in the output of the scanner suite.murphy2010-04-141-6/+8
* Converted binary to UNIX format, and some cleanup in the version history.murphy2010-04-111-2/+1
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-1/+1
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-0/+9
* Updated test suite to use new Diff scanner and :alpha style.murphy2010-03-301-21/+57
* A little fix in the color output of the test suite.murphy2010-01-201-1/+1
* Improved scanner tests: known issues, JRuby bug workaround (see #136).murphy2010-01-011-3/+37
* Updated scanner test suite:murphy2009-10-191-11/+7
* SQL scanner cleanup (issue #33).murphy2009-04-221-4/+4
* Fixed some test suite problems.murphy2009-04-201-1/+8
* Using the new :title option in coderay_suite.rb.murphy2009-04-141-1/+2
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-221-5/+11
* 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-011-2/+4
* JRuby fixes.murphy2008-12-251-1/+1
* Fixes for Ruby 1.9.murphy2008-12-251-4/+5
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-0/+4
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-1/+1
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-16/+19
* New: *Java Scanner* (closes #42).murphy2008-09-211-0/+1
* Added more file extensions to Scannersmurphy2008-09-161-4/+18
* Changed coderay_suite's defaults: 'noassert' option is now 'assert'.murphy2008-08-111-8/+8
* Increased default test sample size. Test will check more and take more time.murphy2008-08-061-1/+1
* Changed test suite to test even big files. I hope you have a fast machine.murphy2008-08-041-4/+4
* Test suite improved:murphy2008-01-211-63/+68
* - fixed a bug in coderay_suite (break outside of loop?)murphy2008-01-121-13/+3
* Lib:murphy2008-01-071-55/+108
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-11/+12
* Done:murphy2007-01-011-6/+21
* Adjusted tests for rhtml and nitro.murphy2006-10-201-7/+7
* Improved output.murphy2006-10-201-19/+25
* Scanner tests:murphy2006-10-191-3/+3
* Improved fallback for scanner tests if Term::ANSIColor is not available.murphy2006-10-191-2/+6
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-119/+212
* Fixed warning in bench.rb.murphy2006-10-181-3/+3
* Ignore *.debug.diff generated by scanner tests.murphy2006-10-181-1/+1
* Fixed functional test.murphy2006-10-181-1/+3
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-9/+13
* Made CodeRay ready Ruby 1.9:murphy2006-10-171-1/+1
* Moved scanner tests into test/scanners.murphy2006-10-151-0/+218