fp-course icon indicating copy to clipboard operation
fp-course copied to clipboard

Make sure jsonNumber is a token parser

Open thomie opened this issue 10 years ago • 0 comments

Skip trailing spaces in jsonNumber. Alternatively, jsonValue could skip trailing spaces, but this is more consistent with the behavior of jsonString.

Without this change, parse jsonArray "[ 1 ]" resulted in a ParseError.

New test can be found in NICTA/course#112.

thomie avatar Jan 26 '15 21:01 thomie