Multi-line strings (delineated with 3 single quotes, or 3 double quotes)
are not correctly colored as a string in JES 4.3.
Example:
def stringFun():
'this is a string'
"this isn't a string"
print ''' multiline
string is here'''
-Jay Summett
Original issue reported on code.google.com by bjdorn@gmail.com on 29 Mar 2010 at 1:24
Original issue reported on code.google.com by
bjdorn@gmail.com
on 29 Mar 2010 at 1:24