fix: tests
This commit is contained in:
parent
3a7d50924d
commit
319a2d7289
3 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ export class MondoParser {
|
|||
close_curly: /^\}/,
|
||||
number: /^-?[0-9]*\.?[0-9]+/, // before pipe!
|
||||
// TODO: better error handling when "-" is used as rest, e.g "s [- bd]"
|
||||
op: /^[*\/:!@%?+\-&]|^\.{2}/, // * / : ! @ % ? ..
|
||||
op: /^[*/:!@%?+\-&]|^\.{2}/, // * / : ! @ % ? ..
|
||||
// dollar: /^\$/,
|
||||
pipe: /^#/,
|
||||
stack: /^[,$]/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue