examples/arithmetics.pegjs: Remove trailing whitespace
This commit is contained in:
parent
a2d6488dae
commit
9e8cb04c81
|
@ -39,6 +39,6 @@ Factor
|
|||
|
||||
Integer "integer"
|
||||
= [0-9]+ { return parseInt(text(), 10); }
|
||||
|
||||
|
||||
_ "whitespace"
|
||||
= [ \t\n\r]*
|
||||
|
|
Loading…
Reference in a new issue