blob: cce30a5ceec320cbd784ba29e8064d98fb4dbacc [file] [log] [blame]
def <selection>s</selection>='abc"cde';
print "$s"
print """$s"""
-----
<caret>print "abc\"cde"
print """abc"cde"""