summaryrefslogtreecommitdiff
path: root/test/suite.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved scanner tests into test/scanners.murphy2006-10-151-3/+0
|
* Totally revamped test system. Nitro will be fixed soon.murphy2006-07-111-111/+2
| | | | | A bunch of new tests. Delphi and XML are now tested, too. bench/example.dump deleted (depends on Ruby version, OS, whatever. Nothing for the repo.)
* Big re-indenting - no more tabs!murphy2006-07-101-81/+81
|
* Test suite didn'T work when LANG was set in environment.murphy2006-06-281-1/+1
|
* test/suite.rb improved: now takes diff and lang arguments from rake.murphy2006-04-161-6/+7
|
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CSS style changes/enhancments (mainly the new background color for inline code, affects all Ruby code.) Demos and tests adjusted. Plugin: new PluginHost::default method. Scanner: - New setup method - ability to re-use a scanner - ability to keep the tokens - minor changes to token caching and string flattening Encoder: Error if token content is neither String nor Symbol. HTML encoder: - more warnings for unclosed tokens - output now UTF-8 Ruby Scanner: - bug: symbols before => now do not include =; {:foo=>bar} is valid Ruby code - try to close all open tokens - constants now all with specific namespace (for speed, I hope) Styles: new :entity/en class. Test suite now gives hinted HTML output.
* HTML Encoder: inline numerization corrected.murphy2006-03-231-2/+3
| | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now.
* scanners/ruby/patterns.rb:murphy2005-12-111-1/+1
| | | | | | | | Changed recognition of numerics + and - prefixes now belong to the number. tests and demos adjusted. helpers/plugin.rb: Typo in doc.
* test suite updatedmurphy2005-11-051-5/+8
| | | | C Tests added!
* ALL-TESTS.rb: not needed.murphy2005-10-291-1/+1
| | | | | test/ruby/example.in.rb: PLEAC part was doubled - deleted and adjusted target. suite.rb: back to debug hints.
* Added Test environment.murphy2005-10-291-0/+106