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

7 lines
147 B
TOML
Executable file

regex2 = '''I [dw]on't need \d{2} apples'''
lines = '''
The first newline is
trimmed in raw strings.
All other whitespace
is preserved.
'''