Skip to content

Commit 0bb092a

Browse files
committed
Add blank line
1 parent 6642e7f commit 0bb092a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spec/s-xregexp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ describe('XRegExp()', function() {
505505
expect(function() {XRegExp('(?<n1>)\\k<n2>(?<n2>)');}).toThrowError(SyntaxError);
506506
expect(function() {XRegExp('(?<n>\\k<n>)');}).not.toThrow();
507507
});
508+
508509
});
509510

510511
describe('strict error handling', function() {

0 commit comments

Comments
 (0)