JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

pygments puzzler with unicode strings... #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a page with some Python code containing strings prefixed by u

What is the expected output? What do you see instead?
The whole string, including the prefix u, should be styled as a string. 
Instead it appears as though "u" is interpreted as a variable name (styled
black in the default mode), and the rest of the string is not styled
properly. This is especially apparent if the strings contain a character
such as "!".

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andre.ro...@gmail.com on 22 Aug 2009 at 4:50

GoogleCodeExporter commented 9 years ago
Fixed r1321.

Original comment by andre.ro...@gmail.com on 22 Aug 2009 at 5:30