cpython/Lib/test/test_tomllib/data/valid/multiline-basic-str/replacements.toml
Taneli Hukkinen bb917d83b1
gh-142956: Update tomllib to parse TOML 1.1.0 (#144243)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2026-02-03 13:41:57 +01:00

4 lines
63 B
TOML

escape = "\e"
tab = "\x09"
upper-j = "\x4a"
upper-j-2 = "\x4A"