summaryrefslogtreecommitdiffstats
path: root/tests/data/extras/valid/burntsushi-repo/key-escapes.toml
blob: aac3c0a5116ee11761e2539c2883ddea4f37979d (plain)
1
2
3
4
5
6
7
8
9
10
"\n" = "newline"
"\u00c0" = "latin capital letter A with grave"
"\"" = "just a quote"

["backsp\b\b"]

["\"quoted\""]
quote = true

["a.b"."\u00c0"]