linx-simulator2/node_modules/toml/test/multiline_literal_strings.toml

8 lines
147 B
TOML
Raw Normal View History

2019-09-18 08:11:16 +00:00
regex2 = '''I [dw]on't need \d{2} apples'''
lines = '''
The first newline is
trimmed in raw strings.
All other whitespace
is preserved.
'''