diff options
Diffstat (limited to 'test/mocha/comment.js')
-rw-r--r-- | test/mocha/comment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/comment.js b/test/mocha/comment.js index 74ae962c..9fc50470 100644 --- a/test/mocha/comment.js +++ b/test/mocha/comment.js @@ -139,7 +139,7 @@ describe("Comment", function() { assert.strictEqual(result.code, code); }); - it("Should retain comments within brackets", function() { + it("Should retain comments within braces", function() { var code = [ "{/* foo */}", "a({/* foo */});", |