Files
K1NG-Driver/includes/tomlc17-R260618/test/parser/in/18.toml
T
2026-07-30 13:18:41 +02:00

17 lines
279 B
TOML

# The following strings are byte-for-byte equivalent:
str1 = "The quick brown fox jumps over the lazy dog."
str2 = """
The quick brown \
\
fox jumps over \
the lazy dog."""
str3 = """\
The quick brown \
fox jumps over \
the lazy dog.\
"""