components/prism-gherkin.min.js


Log

Author Commit Date CI Message
Michael Schmidt 11c54624 2022-03-22T22:32:52 Use terser (#3407)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt e8d3b503 2021-06-27T14:56:07 ESLint: Added `regexp/strict` rule (#2944)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt c2f6a644 2020-10-25T23:42:25 Fixed multiple cases of vulnerable regexes (#2584)
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
Golmote f26197a5 2017-10-22T14:36:20 Gherkin: Regexp optimisation + don't use captures if not needed + added explanation comment on table-body regexp
Golmote ce1ec3b5 2015-08-19T20:26:44 Gherkin: Handle \r\n and \r + allow feature alone + don't match blank td and th.
Golmote 48ff8b78 2015-08-19T09:00:20 Gherkin: don't allow spaces in tags
Martin Hasoň 53eb9d25 2015-02-25T12:23:30 Improved gherkin highlighter
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Lea Verou 36471491 2014-04-21T13:36:32 Updated minified files
Mohammad Valipour 32286a6d 2013-10-29T13:35:38 add .min version for csharp and gherkin. also fixed indentation for csharp