Describe the bug
The provided tests/toml-v1.0.peg can't capture some cases.
\uxxxx / \UXXXXXXXX out of range. "Any Unicode character may be escaped with the \uXXXX or \UXXXXXXXX forms. The escape codes must be valid Unicode scalar values."
Redefining table/array_table or providing duplicated keys should be invalid.
Describe the bug The provided
tests/toml-v1.0.peg
can't capture some cases.\uxxxx
/\UXXXXXXXX
out of range. "Any Unicode character may be escaped with the \uXXXX or \UXXXXXXXX forms. The escape codes must be valid Unicode scalar values."