Skip to content

Commit 3d7846b

Browse files
committed
style(test): fix style in one test
1 parent c4817cd commit 3d7846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/parseSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ describe('parser', function() {
11221122
it('should prevent the exploit', function() {
11231123
try {
11241124
scope.$eval('(1)[{0: "__proto__", 1: "__proto__", 2: "__proto__", 3: "safe", length: 4, toString: [].pop}].foo = 1');
1125-
} catch(e) { /* ignore */ };
1125+
} catch(e) { /* ignore */ }
11261126
if (!msie || msie > 10) {
11271127
expect((1)['__proto__'].foo).toBeUndefined();
11281128
}

0 commit comments

Comments
 (0)