aroberge / rur-ple

Automatically exported from code.google.com/p/rur-ple
GNU General Public License v2.0
15 stars 6 forks source link

Output of print statement is treated as a string with incorrect syntax highlighting #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type the following line of code into any of the 3 tabs that accept code:
   print "abc'def"
2. Click Run.

What is the expected output? What do you see instead?
Expected to see abc'def. Instead, the apostrophe and everything after it is 
highlighted with a lavender background, as if it were an incomplete string.

What version of the product are you using? On what operating system?
1.0.1 under Windows 7.

Please provide any additional information below.
The same thing happens with print 'abc"def'.

Original issue reported on code.google.com by ProfessorO@gmail.com on 10 Oct 2011 at 2:48