summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* fix heredoc indentationKornelius Kalnbach2019-11-242-8/+8
|
* Remove executable bit for the script files with shebang.Jun Aruga2017-01-113-0/+0
|
* check token kinds in Lint encodersKornelius Kalnbach2013-07-211-3/+1
|
* fix examples testKornelius Kalnbach2013-06-131-1/+1
|
* fix testsKornelius Kalnbach2013-06-091-10/+4
|
* fix #41 by removing special caseKornelius Kalnbach2013-03-101-1/+1
| | | | Also, clean up some code.
* remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-101-2/+2
|
* let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-1/+0
|
* add test for #6 (pry autoload issue)Kornelius Kalnbach2011-12-271-0/+16
|
* fix testv1.0.1Kornelius Kalnbach2011-10-191-2/+2
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-212-1/+4
|
* TokensProxy: wrap upKornelius Kalnbach2011-09-191-1/+1
|
* #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-181-3/+5
|
* fix testsKornelius Kalnbach2011-09-182-5/+5
|
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-201-3/+1
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-192-8/+8
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-4/+0
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-194-22/+42
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-091-1/+1
|
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-042-4/+4
|
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-211-1/+1
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-201-3/+5
|
* added more basic tests, cleanupsmurphy2011-03-072-8/+187
|
* 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 ↵murphy2010-06-291-0/+1
| | | | not loaded.
* 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
|
* Fixed for_redcloth tests.murphy2010-06-011-2/+2
|
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-011-3/+3
| | | | | some nested styles.
* Simplified example test: It broke every time the default stylesheet was ↵murphy2010-05-181-135/+1
| | | | changed. Now it's independent.
* 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
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-315-28/+20
|
* Improved functional tests.murphy2010-03-262-3/+14
|
* Cleaning up functional tests; test:functional scans without loading Rubygems ↵murphy2010-01-014-77/+93
| | | | now.
* Added a test case for loading plugin scanners.murphy2009-10-202-0/+137
|
* 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: CaseIgnoringWordList respects default value (closes #97).murphy2009-04-201-0/+4
| | | | | * Test cases added.
* Fixed some test suite problems.murphy2009-04-202-18/+15
| | | | | | | * coderay_suite: UTF-8 output is compared as binary. * functional tests: cleaned up. * test/unit: prevent Ruby 1.9 warning about circular require.
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-2/+20
| | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks.
* Fixes for Ruby 1.9.murphy2008-12-252-17/+25
|
* Fixed tests and YAML Scanner (#34)murphy2008-10-201-2/+2
| | | | | * The last commit (r262) also belongs to ticket #34.
* Fixed coderay/for_redcloth escaping.murphy2008-08-281-1/+22
|
* Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.murphy2008-08-281-1/+1
| | | | | * Cleanup in documentation.rake.
* Added CodeRay.for_redcloth with test and documentation.murphy2008-08-281-0/+7
| | | | | | * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee).