10 lines
195 B
TOML
10 lines
195 B
TOML
|
oneline = '''This string has a ' quote character.'''
|
||
|
firstnl = '''
|
||
|
This string has a ' quote character.'''
|
||
|
multiline = '''
|
||
|
This string
|
||
|
has ' a quote character
|
||
|
and more than
|
||
|
one newline
|
||
|
in it.'''
|