init
This commit is contained in:
6
node_modules/toml/test/multiline_strings.toml
generated
vendored
Normal file
6
node_modules/toml/test/multiline_strings.toml
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# The following strings are byte-for-byte equivalent:
|
||||
key1 = "One\nTwo"
|
||||
key2 = """One\nTwo"""
|
||||
key3 = """
|
||||
One
|
||||
Two"""
|
||||
Reference in New Issue
Block a user