summaryrefslogtreecommitdiff
path: root/test/functional/examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable bit for the script files with shebang.Jun Aruga2017-01-111-0/+0
|
* fix examples testKornelius Kalnbach2013-06-131-1/+1
|
* 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
|
* fix testv1.0.1Kornelius Kalnbach2011-10-191-2/+2
|
* #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-181-3/+5
|
* fix testsKornelius Kalnbach2011-09-181-3/+3
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-4/+4
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-0/+2
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-2/+2
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-201-3/+5
|
* Updated examples test to latest Alpha style.murphy2010-06-161-4/+4
|
* 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 tests for the CodeRay website examples.murphy2010-05-011-0/+258