Files
tasq/node_modules/toml/test/multiline_strings.toml
T
2026-04-09 19:01:53 +08:00

7 lines
116 B
TOML

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