linx-simulator2/node_modules/toml/test/multiline_strings.toml

7 lines
116 B
TOML
Raw Normal View History

2019-09-18 08:11:16 +00:00
# The following strings are byte-for-byte equivalent:
key1 = "One\nTwo"
key2 = """One\nTwo"""
key3 = """
One
Two"""