tests/testrunner-tests.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 9cae4461 2021-04-17T22:26:40 ESLint: Added quotes rule (#2835)
Michael Schmidt 681adeef 2020-06-28T03:16:17 Add extra newlines in pretty token streams (#2070) The formatter for the simplified token streams of our test cases will now emit extra (empty) newlines if the tested code also has an empty line at those positions.
Michael Schmidt 832a9643 2019-03-10T21:30:58 Refactored tests (#1795) This refactors all test related JS files.
Golmote d1b2e206 2015-08-19T00:19:45 Fix test runner: it must use the last language by default
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 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.