refactor brackets to braces (#3005)
This commit is contained in:
@@ -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 */});",
|
||||
|
||||
Reference in New Issue
Block a user