init
This commit is contained in:
15
node_modules/toml/test/multiline_eat_whitespace.toml
generated
vendored
Normal file
15
node_modules/toml/test/multiline_eat_whitespace.toml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.\
|
||||
"""
|
||||
Reference in New Issue
Block a user