Skip to content

Commit b827df2

Browse files
committed
fixes test-comment (id)
1 parent 1b5b1d4 commit b827df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function prototypeString() {
118118
assert.ok('""'.isJSON() === true, 'string.isJSON("")');
119119
assert.ok('12'.isJSON() === true, 'string.isJSON(12)');
120120
assert.ok('[}'.isJSON() === false, 'string.isJSON([})');
121-
assert.ok('['.isJSON() === false, 'string.isJSON([")');
121+
assert.ok('['.isJSON() === false, 'string.isJSON([)');
122122
assert.ok(str.isJSON() === false, 'string.isJSON()');
123123
assert.ok(JSON.parse(JSON.stringify(new Date())).isJSONDate(), 'string.isJSONDate()');
124124

0 commit comments

Comments
 (0)