Commit Graph

18 Commits

Author SHA1 Message Date
Michael Schmidt 2e834c8c9d
Tests: Added `.html.test` files for replace `.js` language tests (#3148) 2021-10-19 14:59:04 +02:00
Michael Schmidt e997dd35f8
Tests: Insert expected JSON by default (#2960) 2021-07-11 15:15:56 +02:00
Michael Schmidt de79636a8a
Website: Moved remaining vendor files into `vendor` folder (#2829) 2021-05-01 14:57:39 +02:00
Michael Schmidt 4c8b855d76
Tests: Added `--insert` and `--update` parameters to language test (#2809) 2021-04-03 11:06:21 +02:00
Michael Schmidt bafab63473
Tests: Added an option to accept the actual token stream (#2515) 2020-08-17 16:22:21 +02:00
Michael Schmidt 91fdd0b192
Website: New assets directory for all web-only files (#2180) 2020-06-28 01:58:55 +02:00
Michael Schmidt 583e7eb55d
Tests: Always pretty-print token streams (#2421) 2020-06-28 01:39:28 +02:00
Michael Schmidt ce0fa227a7
Website improvements (#2053) 2020-05-07 13:40:37 +02:00
Michael Schmidt bc649dfa9a
npm: Fixed `test` script (#1809)
This solves the problem that is wasn't possible to pass arguments to `tests/run.js`.
2019-03-14 18:54:40 +01:00
Michael Schmidt 439ea1ee9a
Added scripts directory (#1781)
This adds a new `scripts` directory for all scripts used exclusively by the prismjs.com website.
2019-03-11 00:32:45 +01:00
Michael Schmidt 9ea6d60084
Tests: Pretty-printed token stream (#1801)
This adds support for pretty-printed token streams in the output of error messages.
2019-03-10 18:55:23 +01:00
Valtteri Laitinen d95f8fb48e Use rel="icon" instead of rel="shortcut icon" (#1398) 2018-04-22 14:55:38 +02:00
Valtteri Laitinen 95146c8fc4 Use HTTPS / canonical URLs (#1390)
Also, remove the broken link in `/index.html`.
2018-04-17 00:28:42 +02:00
Golmote c1a0c1bde8 Added TestCase.runTestsWithHooks + add missing tests. Updated documentation for test suite. 2016-07-11 20:37:47 +02:00
Golmote 5ade8a58b2 Test runner: Allow to run tests for only some languages 2015-10-06 08:25:54 +02:00
Golmote a896f0a6dc Drastically increased the number of dashes (from 4 to 10) required for separations in test files, to prevent conflicts with languages syntax. 2015-08-30 16:06:37 +02:00
Golmote 791dad0d64 Tests: Increase the minimum number of dashes for the separation + fix test-suite page to match the actual behaviour. 2015-08-27 20:57:37 +02:00
Jannik Zschiesche e8884a96ed Added documentation about the test runner and test suite 2015-07-26 15:28:39 +02:00