9 lines
293 B
TOML
9 lines
293 B
TOML
quot15 = '''Here are fifteen quotation marks: """""""""""""""'''
|
|
|
|
# apos15 = '''Here are fifteen apostrophes: '''''''''''''''''' # INVALID
|
|
apos15 = "Here are fifteen apostrophes: '''''''''''''''"
|
|
|
|
# 'That,' she said, 'is still pointless.'
|
|
str = ''''That,' she said, 'is still pointless.''''
|
|
|