Merge branch 'master' into traceur

This commit is contained in:
Sebastian McKenzie
2015-01-04 20:26:41 +11:00
2 changed files with 11 additions and 14 deletions

View File

@@ -3,9 +3,8 @@ var test = {
* Before bracket init * Before bracket init
*/ */
["a"]: "1", ["a"]: "1",
[( /* [/*
* Inside bracket init * Inside bracket init
*/ */
"b" "b"]: "2"
)]: "2"
}, ok = 42; }, ok = 42;

View File

@@ -4,11 +4,10 @@ var test = {
*/ */
["a"]: "1", ["a"]: "1",
[( /* [/*
* Inside bracket init * Inside bracket init
*/ */
"b" "b"]: "2",
)]: "2",
["c" ["c"
/* /*
@@ -18,10 +17,9 @@ var test = {
// Before bracket, line comment // Before bracket, line comment
["d"]: "4", ["d"]: "4",
[( [
// Inside bracket, line comment // Inside bracket, line comment
"e" "e"]: "5",
)]: "5",
["f" ["f"
// After bracket, line comment // After bracket, line comment