tests


Log

Author Commit Date CI Message
Golmote 4206d77e 2015-08-19T00:34:33 Add tests for C-like
Golmote c28d4547 2015-08-19T00:21:28 Move main language specifier char, it gives better readability
Golmote d1b2e206 2015-08-19T00:19:45 Fix test runner: it must use the last language by default
Golmote 26ad4f31 2015-08-18T23:59:12 Add tests for JavaScript + remove example
Golmote 3fb26cc7 2015-08-18T23:58:50 Add tests for CSS
Golmote 788f6d5e 2015-08-18T08:20:54 Commit updated line changes
Golmote 48d20e74 2015-08-13T08:56:38 Add tests for Markup component
Jannik Zschiesche 2bc55185 2015-07-26T14:34:41 Improve support of node 10.x
Jannik Zschiesche a13c87b9 2015-07-26T14:27:38 Added support for specifying the main language to load in test cases You can add an exclamation mark anywhere in the name to load it as main language. If you do not specify anything, the first entry is used as main language css+markup! --> markup is main language css+markup --> css is main language
Jannik Zschiesche 799570f9 2015-07-26T14:25:30 Fixed javascript test case
Jannik Zschiesche 1e0b8d9d 2015-07-26T14:08:47 Fixed code style issues
Jannik Zschiesche b8d92aa7 2015-07-15T20:06:21 Verify that the token stream transfomer ignores all token properties except type and content
Jannik Zschiesche 8bdf4c87 2015-07-15T20:02:49 Test the test runner itself We are at a point where we probably should test the test runner (especially the token stream transformer) itself.
Jannik Zschiesche f05e0797 2015-07-15T20:01:39 Updated simplification of token stream It now strips empty values
Jannik Zschiesche 3a3cd268 2015-07-15T19:35:07 Extract simplification of token stream Pull the token stream transformation out of the test case into its own component.
Jannik Zschiesche 5c2f9e0a 2015-07-15T19:29:27 Use consistent quote style
Jannik Zschiesche ea234934 2015-07-14T10:51:56 Fully defined Apacheconf test case
Jannik Zschiesche 9ce5838a 2015-07-14T10:51:35 Catch JSON parse error to provide a unified error reporting in the test runner
Jannik Zschiesche 9619d4cb 2015-07-14T10:46:57 Implement support for simplifying nested token streams
Jannik Zschiesche aec5fcc4 2015-06-13T16:41:31 Added return type definition
Jannik Zschiesche 09898e8e 2015-06-13T16:37:07 Support language inclusion tests By using composed language names "language+language2+language3" you can test language inclusion or do integration tests.
Jannik Zschiesche dec517f3 2015-06-13T15:25:53 Refreshed example test case for new file extension and comment support.
Jannik Zschiesche 829f8a86 2015-06-13T15:24:53 New file extension for test case files: .test ## All test case files are now required to have the ".test" extension. This prevents issues with syntax highlighting in common IDEs and also prevents the test system to choke on non-testcase files in these directories (like `.DS_Store` or `Thumbs.db`). ## Hide the ".test" extension in the description of the test cases The message for a testcase `blabla.test` will now just read: > 1) Testing language 'css' – should pass test case 'blabla':
Jannik Zschiesche be5e037b 2015-06-13T15:12:21 Added support for test case comments
Jannik Zschiesche 8c64e477 2015-06-01T21:12:37 Fixed internal test names
Jannik Zschiesche a806d1cc 2015-06-01T20:39:28 Added first simple test case
Jannik Zschiesche d1f90520 2015-06-01T20:39:11 Implemented test runner