summaryrefslogtreecommitdiff
path: root/test/scanners
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-14236-743287/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* 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 ↵murphy2010-04-145-1/+359
| | | | highlighting of attrbiute selectors (closes #224).
* 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. ↵murphy2010-04-023-80/+104
| | | | Closes #210.
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-314-0/+28
|
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-3110-182/+182
|
* Updated test suite to use new Diff scanner and :alpha style.murphy2010-03-301-21/+57
|
* Updated diff scanner tests.murphy2010-03-304-2027/+2177
|
* Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵murphy2010-03-302-0/+508
| | | | Galvez).
* Scanner suite: Use Pathname.murphy2010-03-261-2/+4
|
* Debug scanner supports line tokens; more cleanups.murphy2010-03-263-10/+64
|
* Updating tests for Scheme scanner.murphy2010-03-262-3002/+3002
|
* Updating tests for Groovy and JavaScript scanners.murphy2010-03-265-4184/+4184
|
* Tests for the improved SQL scanner.murphy2010-03-218-95/+195
|
* Ruby scanner can't parse complex method definitions (issue #147)murphy2010-01-223-0/+180
|
* 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-014-4/+42
|
* Added a test for XML literals in JavaScript (see issue #137).murphy2009-12-302-0/+4
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-2815-1506/+2446
| | | | trunk.
* Updated PHP scanner (#36)murphy2009-10-204-161/+327
| | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-192-0/+2
|
* Updating C scanner:murphy2009-10-195-1/+192619
| | | | | | | | | | * Ruby 1.9 warnings (yeah, it's really a pain) * added DIRECTIVES * fixed a bug that highlighted // as an operator (bah!) * accept $ in variable names * accept intLL literals * recover silently from :include_expected on unexpected tokens
* Updated scanner test suite:murphy2009-10-191-11/+7
| | | | | fixing Ruby 1.9 warnings, tab width, exception for missing scanners
* Renaming YAMLTests.murphy2009-10-191-1/+1
|
* Updated Python scanner (#41)murphy2009-10-195-848/+900
| | | | | | | * Unicode support (kind of) * [from ...] import ... as construct highlighted as :include * added a test case for import statements
* Updated JSON scanner: false, null, true are highlighted as :value now.murphy2009-10-193-127/+127
|
* Updated Groovy scanner: using word lists from Java scanner.murphy2009-10-192-135/+135
|
* Updated Java scanner: Higlighting of keywords according to java.sun.com.murphy2009-10-191-2468/+2468
| | | | | | * added :reserved, :pre_constant, :exception classes for idents and keywords * "threadsafe" isn't a Java keyword
* Updated Ruby scanner:murphy2009-10-196-210/+210
| | | | | | | * cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-195-1372/+1372
|
* JavaScript scanner updated:murphy2009-10-197-933/+54861
| | | | | | | | | * false, null, true, undefined are :pre_constant now * fixed floats starting with a dot * added support for XML literals (cool!) * function definitions are detected and highlighted as :function * added Prototype, SunSpider and TraceMonkey tests as test code
* New Scanner: *C++* (#76)!murphy2009-10-199-0/+18180
| | | | | | There's a problem with the ternary operator (?:) and labels which needs to be fixed in C, C++ and PHP scanners. I'll get to that soon.
* Removing C++ tests from C test suite.murphy2009-10-192-1036/+0
|
* Fixed an issue with the YAML class being redefined by the scanners tests.murphy2009-06-171-1/+2
|
* Forgotten test file.murphy2009-06-131-779/+779
|
* Python Scanner (issue #41) updated:murphy2009-06-132-489/+489
| | | | | | | | * class and method definitions are highlighted * improved keyword argument recognition (less false positives) * backticks are operators now * from/import support still missing
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-074-0/+68
| | | | | | | | | * closes #108 (new Ruby 1.9 call operator syntax sugar) * Added an example for unicode code. * automatic UTF-8 detection (experimental) * Still problems with different Ruby versions; new unicode test fails in Ruby 1.9 and JRuby.
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-2/+2
|
* SQL scanner cleanup (issue #33).murphy2009-04-221-4/+4
| | | | | * Increased size of the test suite random samples.
* Improved Python scanner (issue #41).murphy2009-04-227-101/+171
| | | | | | | | * fixed numeric literals * better Python 3 support * bugfixes, optimizations * added two more test files
* Lots of improvements for the PHP scanner.murphy2009-04-222-509/+509
|
* Test cleanup.murphy2009-04-207-3121/+2990
| | | | | | * Fixed Scheme and SQL scanner tests after last bugfix. * Removed obsolete Python test file.
* Many improvements to PHP Scanner.murphy2009-04-203-1825/+1825
| | | | | | | | * added lots of built-in functions, constants, syntax rule fixes... * automatic HTML/PHP document recognition; experimental! * cYcnus style adjusted; inline_delimiter outside of token group has a style now. * clean-up still not finished
* New: *PHP and SQL Scanners*murphy2009-04-2016-0/+12580
| | | | | | | | * Both not well tested yet, preview versions. * Some example code for both languages. * PHP scanner original by Stefan Walk. * SQL scanner using code by Keith Pitt and Josh Goebel.
* Fixed some test suite problems.murphy2009-04-201-1/+8
| | | | | | | * coderay_suite: UTF-8 output is compared as binary. * functional tests: cleaned up. * test/unit: prevent Ruby 1.9 warning about circular require.
* Added test outputs for Python.murphy2009-04-204-0/+36976
|
* Java scanner:murphy2009-04-141-7/+7
| | | | | | | | | | | * Fixed test after r305 broke it. * [FIXED] Save last_token_dot state through comments. C scanner: * Added file_extension declaration. ** All scanners should have this. * Code cleanup.