git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/key/escapes.toml (about)

     1  "\n" = "newline"
     2  "\u00c0" = "latin capital letter A with grave"
     3  "\"" = "just a quote"
     4  
     5  ["backsp\b\b"]
     6  
     7  ["\"quoted\""]
     8  quote = true
     9  
    10  ["a.b"."\u00c0"]