Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+0 |
| | |||||
* | add test for #6 (pry autoload issue) | Kornelius Kalnbach | 2011-12-27 | 1 | -0/+16 |
| | |||||
* | fix testv1.0.1 | Kornelius Kalnbach | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 2 | -1/+4 |
| | |||||
* | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 1 | -3/+5 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2011-09-18 | 2 | -5/+5 |
| | |||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 1 | -3/+1 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 2 | -8/+8 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 1 | -4/+0 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 4 | -22/+42 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 2 | -4/+4 |
| | |||||
* | various fixes and cleanups in CodeRay's helpers | murphy | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 1 | -3/+5 |
| | |||||
* | added more basic tests, cleanups | murphy | 2011-03-07 | 2 | -8/+187 |
| | |||||
* | Remove tests that belong into the new test/unit folder. | murphy | 2010-06-29 | 3 | -216/+0 |
| | |||||
* | Cleaning up functional tests: Automatically load all files in the folder. | murphy | 2010-06-29 | 1 | -4/+5 |
| | |||||
* | Fixed for_redcloth test for the edge case that RedCloth is defined, but was ↵ | murphy | 2010-06-29 | 1 | -0/+1 |
| | | | | not loaded. | ||||
* | Updated for_redcloth test to latest Alpha style. | murphy | 2010-06-16 | 1 | -2/+2 |
| | |||||
* | Updated examples test to latest Alpha style. | murphy | 2010-06-16 | 1 | -4/+4 |
| | |||||
* | Fixed for_redcloth tests. | murphy | 2010-06-01 | 1 | -2/+2 |
| | |||||
* | Added :eyecatcher token type (for inline diff highlighting) and improved | murphy | 2010-06-01 | 1 | -3/+3 |
| | | | | | some nested styles. | ||||
* | Simplified example test: It broke every time the default stylesheet was ↵ | murphy | 2010-05-18 | 1 | -135/+1 |
| | | | | changed. Now it's independent. | ||||
* | Added examples tests to the functional suite. | murphy | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | Added tests for the CodeRay website examples. | murphy | 2010-05-01 | 1 | -0/+258 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 3 | -7/+7 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 5 | -28/+20 |
| | |||||
* | Improved functional tests. | murphy | 2010-03-26 | 2 | -3/+14 |
| | |||||
* | Cleaning up functional tests; test:functional scans without loading Rubygems ↵ | murphy | 2010-01-01 | 4 | -77/+93 |
| | | | | now. | ||||
* | Added a test case for loading plugin scanners. | murphy | 2009-10-20 | 2 | -0/+137 |
| | |||||
* | Testing for_redcloth and lines_of_code. | murphy | 2009-10-18 | 1 | -1/+48 |
| | |||||
* | Testing whether #dup works for WordList as expected. | murphy | 2009-10-18 | 1 | -0/+9 |
| | |||||
* | Added LinesOfCode encoder (issue #123) - simple version. | murphy | 2009-06-29 | 1 | -0/+30 |
| | |||||
* | Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119). | murphy | 2009-06-20 | 2 | -2/+2 |
| | |||||
* | FIXED: CaseIgnoringWordList respects default value (closes #97). | murphy | 2009-04-20 | 1 | -0/+4 |
| | | | | | * Test cases added. | ||||
* | Fixed some test suite problems. | murphy | 2009-04-20 | 2 | -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). | murphy | 2009-02-18 | 1 | -2/+20 |
| | | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks. | ||||
* | Fixes for Ruby 1.9. | murphy | 2008-12-25 | 2 | -17/+25 |
| | |||||
* | Fixed tests and YAML Scanner (#34) | murphy | 2008-10-20 | 1 | -2/+2 |
| | | | | | * The last commit (r262) also belongs to ticket #34. | ||||
* | Fixed coderay/for_redcloth escaping. | murphy | 2008-08-28 | 1 | -1/+22 |
| | |||||
* | Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'. | murphy | 2008-08-28 | 1 | -1/+1 |
| | | | | | * Cleanup in documentation.rake. | ||||
* | Added CodeRay.for_redcloth with test and documentation. | murphy | 2008-08-28 | 1 | -0/+7 |
| | | | | | | * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee). | ||||
* | Done: | murphy | 2007-01-01 | 2 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: - Declared version 0.7.6. - Moved WordList, CaseIgnoringWordList, Plugin, PluginHost and FileType into CodeRay namespace. CodeRay should be "clean" now, except for the String#to_unix helper function. - Fixed a bit of documentation. - CodeRay binary: Prepare for streaming switch. Scanners: - Added code= alias for string=. - Added streaming? method: Is this Scanner in streaming mode? - Enhanced error info a bit. - Ruby scanner: - Highlights Regexp heredocs now. They may be added to Ruby 1.9. - Speedups with better support for Ruby 1.9. - Change in whitespace handling (faster and cleaner now.) - Speed up some operator recognition (saving two string comparisons). - Declared C and Plaintext Scanners as Streamable. Tokens: - Changed Text/Block token recognition (#is_a? ::String for Ruby 1.9 support). - New method: Tokens#text yields the code string. - text_size fixed. - Token kind shortcuts (like r for reserved) are now defined in token_classes.rb (instead of encoders/html/classes.rb). Encoders: - Debug Scanner added. - Base encoder class adds to @out when encoding (if @out is set). - A little Tokens scanner speedup. - Text encoder uses text_token. - Statistic encoder counts block tokens. - Smaller changes in XML and HTML encoders. Styles: - cYcnus style defines a debug class now. Duo: - scanner and encoder are now methods. Scanner and Encoder are created (and cached) when needed, not earlier. - Documented. Tests: - Disabled encoder and scanner list check (breaks too often). - Added identity test, which checks if tokens#text matches the input. - Added nocolor switch. Developer tools: - Benchmark uses Encoder#file_extension for output now. - Rakefile: Support for 19, 18, yarv and ruby switches for easy comparing different Ruby versions. - Statistic: Demos are no longer tests. | ||||
* | Added WordList tests. Renamed Basic to BasicTest. | murphy | 2006-10-20 | 3 | -5/+70 |
| | |||||
* | Fixed functional test. | murphy | 2006-10-18 | 1 | -1/+1 |
| | | | | | | | Fixed Ruby scanner (/= was scanned as regexp!) Made bench.rb run from any folder. Made scanner test diff function work via EDITOR instead of gvimdiff. | ||||
* | Fixed test: sort plugin lists. | murphy | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Added functional test task and renamed all test task descriptions. | murphy | 2006-10-17 | 1 | -14/+0 |
| | | | | | | rake test now runs both functional and scanner tests! Deleted stupid classes test. | ||||
* | Declared Version 0.7.4! | murphy | 2006-10-17 | 2 | -0/+66 |
Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake. |