Multi-Line string in Script-Editor causes Exception

There seems to be a minor bug in the script editor (7.3.4 b599).
The following script causes an ArrayIndexOutOfBoundException when you try to position the cursor to the line with the closing quotes.
I stumbled across this while trying to make a long SQL-Query more readable.

print """Line 1
       Another line
"""

[quote=“chi”]There seems to be a minor bug in the script editor (7.3.4 b599).
The following script causes an ArrayIndexOutOfBoundException when you try to position the cursor to the line with the closing quotes.
I stumbled across this while trying to make a long SQL-Query more readable.

print """Line 1 Another line """ [/quote]

Thanks for letting us know. We’ve upgrade the editor component in 7.4 which I’m guessing will fix the problem. I’ll give it a try.