summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix testv1.0.1Kornelius Kalnbach2011-10-191-2/+2
* use assert_warningKornelius Kalnbach2011-09-262-20/+14
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-214-28/+6
* TokensProxy: wrap upKornelius Kalnbach2011-09-194-4/+4
* #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-183-14/+10
* fix testsKornelius Kalnbach2011-09-182-5/+5
* fix some JRuby test problemsKornelius Kalnbach2011-08-271-1/+1
* fix YAML encoder for Psych (damn!)Kornelius Kalnbach2011-08-211-23/+13
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-202-7/+25
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-193-10/+10
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-2/+2
* trying to integrate Travis CIKornelius Kalnbach2011-08-192-4/+1
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-1915-73/+130
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-091-1/+1
* minor support fixes for some Ruby engines and versionsmurphy2011-07-082-18/+10
* hardcode ruby command to "ruby" (detection was buggy)murphy2011-07-081-2/+1
* fixing tests for jrubymurphy2011-07-081-0/+1
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-044-10/+11
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-251-4/+4
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-2/+9
* issue #45: new command line interface!murphy2011-06-173-20/+173
* make Duo test independent of YAML enginemurphy2011-06-111-24/+4
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-26/+11
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-202-8/+12
* renamed pre_* token kinds to predefined_*murphy2011-04-171-4/+4
* added more basic tests, cleanupsmurphy2011-03-073-10/+187
* 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
* Remove tests that belong into the new test/unit folder.murphy2010-06-293-216/+0
* Cleaning up functional tests: Automatically load all files in the folder.murphy2010-06-291-4/+5
* Fixed for_redcloth test for the edge case that RedCloth is defined, but was n...murphy2010-06-291-0/+1
* Cleaning up tests.murphy2010-06-291-3/+3
* Updated for_redcloth test to latest Alpha style.murphy2010-06-161-2/+2
* Updated examples test to latest Alpha style.murphy2010-06-161-4/+4
* Fixing new executable test suite.murphy2010-06-111-7/+9
* Removing svn:executable flag from executable test suite file (how did that ha...murphy2010-06-111-0/+0
* Added coderay executable tests.murphy2010-06-111-0/+45
* Fixed for_redcloth tests.murphy2010-06-011-2/+2
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-011-3/+3
* Simplified example test: It broke every time the default stylesheet was chang...murphy2010-05-181-135/+1
* Added examples tests to the functional suite.murphy2010-05-011-1/+1
* Added tests for the CodeRay website examples.murphy2010-05-011-0/+258
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-013-7/+7
* Moving scanner tests into separate repository. The repository can be reached ...murphy2010-04-14236-743287/+0
* A nice script which helps setting the svn:ignore properties.murphy2010-04-141-0/+4
* CSS Scanner: Adding support for CSS 3 functions and colors, changing highligh...murphy2010-04-145-1/+359
* 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-024-403/+403
* Java Scanner: Package names are recognized, along with some code cleanup. Clo...murphy2010-04-023-80/+104