Files
toml11/examples/unicode/input.toml
2024-06-15 19:23:05 +09:00

3 lines
96 B
TOML

"W\u0302" = 1 # in NFC, this key is the same as the following key
"Ŵ" = 2 # so it fails.