Add missing semicolon() calls to debugger and throw statement parsers

Issue #5
This commit is contained in:
Marijn Haverbeke
2012-11-22 09:48:01 +01:00
parent 74536b9eb7
commit 5771c8b4b2
3 changed files with 4 additions and 26 deletions

View File

@@ -21634,19 +21634,6 @@ test("throw x;", {
line: 1,
column: 0
},
end: {
line: 1,
column: 7
}
}
},
{
type: "EmptyStatement",
loc: {
start: {
line: 1,
column: 7
},
end: {
line: 1,
column: 8
@@ -22790,19 +22777,6 @@ test("debugger;", {
line: 1,
column: 0
},
end: {
line: 1,
column: 8
}
}
},
{
type: "EmptyStatement",
loc: {
start: {
line: 1,
column: 8
},
end: {
line: 1,
column: 9