Skip to content

Commit 8dbf121

Browse files
Tests: Fixed polynomial backtracking test (#2891)
1 parent 4397635 commit 8dbf121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helper/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { RegExpParser } = require('regexpp');
99
*/
1010

1111

12-
const parser = new RegExpParser({ strict: false, ecmaVersion: 5 });
12+
const parser = new RegExpParser();
1313
/** @type {Map<string, LiteralAST>} */
1414
const astCache = new Map();
1515

0 commit comments

Comments
 (0)