aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/unicode-escape.toml
AgeCommit message (Collapse)AuthorLines
2018-05-09Treat unicode hex digits case-insensitivelyClaudio Bley-0/+3
In Rust >= 1.24.0 we could have used `char::is_ascii_hexdigit`, but to keep compatiblity with older versions, `char::is_digit(16)` is used. Fixes #240.
2017-11-12Move tests into their own crateDavid Tolnay-0/+3