tests/helper/util.js


Log

Author Commit Date CI Message
Michael Schmidt 5333e281 2021-10-19T19:34:41 Added regex coverage (#3138)
Michael Schmidt 01cc18ed 2021-05-25T12:49:30 ESLint: Added eol-last rule (#2902)
Michael Schmidt 8dbf1217 2021-05-07T21:21:59 Tests: Fixed polynomial backtracking test (#2891)
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.