Regenerate src/parser.js

Forgot to do it in f8b5e04bba.
redux
David Majda 11 years ago
parent f8b5e04bba
commit 9fa7301aec

@ -260,9 +260,10 @@ module.exports = (function() {
peg$c97 = { type: "literal", value: "-", description: "\"-\"" }, peg$c97 = { type: "literal", value: "-", description: "\"-\"" },
peg$c98 = function(begin, end) { peg$c98 = function(begin, end) {
if (begin.data.charCodeAt(0) > end.data.charCodeAt(0)) { if (begin.data.charCodeAt(0) > end.data.charCodeAt(0)) {
throw new this.SyntaxError( error(
"Invalid character range: " + begin.rawText + "-" + end.rawText + "." "Invalid character range: " + begin.rawText + "-" + end.rawText + "."
); );
return;
} }
return { return {

Loading…
Cancel
Save