Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(testgen): Use Unicode values instead of xNN notation
Previously, the generated tests from toml-test were not failing when expected for NUL and US control characters. Using the Unicode values for these tests instead of the \xNN notation corrected this failure. Related to: pelletier#613
- Loading branch information