# Single ' should be allowed.
= '''This string has a ' quote character.'''
# A newline immediately following the opening delimiter will be trimmed.
= '''
This string has a ' quote character.'''
# All other whitespace and newline characters remain intact.
= '''
This string
has ' a quote character
and more than
one newline
in it.'''
# Tab character in literal string does not need to be escaped
= '''First line
Followed by a tab'''
='''' there's one already
'' two more
'''''