Browse Source

examples/arithmetics.pegjs: Remove trailing whitespace

redux
David Majda 8 years ago
parent
commit
9e8cb04c81
  1. 2
      examples/arithmetics.pegjs

2
examples/arithmetics.pegjs

@ -39,6 +39,6 @@ Factor
Integer "integer"
= [0-9]+ { return parseInt(text(), 10); }
_ "whitespace"
= [ \t\n\r]*

Loading…
Cancel
Save