Remove trailing comma in parser tests (IE compatibility)
This commit is contained in:
parent
8f3e2d9344
commit
8b2edd3c41
|
@ -154,7 +154,7 @@ var initializerGrammar = {
|
|||
type: "grammar",
|
||||
initializer: initializer(" code "),
|
||||
rules: {
|
||||
a: rule("a", null, literalAbcd),
|
||||
a: rule("a", null, literalAbcd)
|
||||
},
|
||||
startRule: "a"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue