diff --git a/lib/runtime.js b/lib/runtime.js index e910088..7f76bfd 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -47,7 +47,7 @@ PEG.StringUtils = { .replace(/\u2029/g, '\\u2029') // paragraph separator .replace(/\n/g, '\\n') // line feed + '"'; - }, + } }; @@ -147,7 +147,7 @@ PEG.Parser.prototype = { initialize(); var initialContext = { - reportMatchFailures: true, + reportMatchFailures: true }; var result = this["_parse_" + this._startRule](initialContext);