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

16 lines
275 B
TOML
Raw Normal View History

2019-09-18 08:11:16 +00:00
# The following strings are byte-for-byte equivalent:
key1 = "The quick brown fox jumps over the lazy dog."
key2 = """
The quick brown \
fox jumps over \
the lazy dog."""
key3 = """\
The quick brown \
fox jumps over \
the lazy dog.\
"""