aboutsummaryrefslogtreecommitdiff
path: root/node_modules/toml/test/multiline_strings.toml
blob: 6eb8c45af45b6d14c5e81cab9a198d393549e5c9 (plain)
1
2
3
4
5
6
# The following strings are byte-for-byte equivalent:
key1 = "One\nTwo"
key2 = """One\nTwo"""
key3 = """
One
Two"""