mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
feat: add examples
This commit is contained in:
2
examples/unicode/input.toml
Normal file
2
examples/unicode/input.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
"W\u0302" = 1 # in NFC, this key is the same as the following key
|
||||
"Ŵ" = 2 # so it fails.
|
Reference in New Issue
Block a user