We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6642e7f commit 0bb092aCopy full SHA for 0bb092a
tests/spec/s-xregexp.js
@@ -505,6 +505,7 @@ describe('XRegExp()', function() {
505
expect(function() {XRegExp('(?<n1>)\\k<n2>(?<n2>)');}).toThrowError(SyntaxError);
506
expect(function() {XRegExp('(?<n>\\k<n>)');}).not.toThrow();
507
});
508
+
509
510
511
describe('strict error handling', function() {
0 commit comments