This commit is contained in:
Richard van Velzen 2016-07-22 07:22:26 +00:00 committed by GitHub
commit eb92736ac4

View File

@ -1747,7 +1747,7 @@ function parse($TEXT, options) {
a.push(concise); a.push(concise);
continue; continue;
} }
} else if (start.value === "*") { } else if (type === "operator") {
unexpected(prev()); unexpected(prev());
} }