FLUJOS/VISUALIZACION/node_modules/toml/test/multiline_strings.toml
2025-11-07 00:06:12 +01:00

6 lines
116 B
TOML
Executable file

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