linx-simulator2/node_modules/toml/test/multiline_strings.toml
2019-09-18 11:11:16 +03:00

7 lines
116 B
TOML

# The following strings are byte-for-byte equivalent:
key1 = "One\nTwo"
key2 = """One\nTwo"""
key3 = """
One
Two"""