This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
K1NG-Driver/includes/tomlc17-R260618/test/parser/in/15.toml
T
2026-07-30 13:18:41 +02:00

16 lines
152 B
TOML

# The following strings are byte-for-byte equivalent:
str1 = "abc"
str2 = """
a\
b\
c"""
str3 = """\
a\
b\
c\
"""