Skip to content

Commit a6e305a

Browse files
committed
remove different blank line
1 parent 0bb092a commit a6e305a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/spec/s-xregexp-methods.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,6 @@ describe('XRegExp.replace()', function() {
12511251
expect(function() {XRegExp.replace('test', XRegExp('(?<test>t)', 'g'), ':$<x>:');}).toThrowError(SyntaxError);
12521252
});
12531253

1254-
12551254
it('should not allow leading digits', function() {
12561255
expect(function() {XRegExp.replace('test', /(.)./g, '${01}');}).toThrowError(SyntaxError);
12571256
});

0 commit comments

Comments
 (0)