Files
2026-07-30 13:18:41 +02:00

18 lines
169 B
TOML

# all results are the same
str1 = "abc"
str2 = """
a\
b\
c"""
str3 = """\
a\
b\
c\
"""