You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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."The text was updated successfully, but these errors were encountered: