sunshengfei / google-code-prettify

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

Python syntax markup issues #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. A file labelled as being Python source code, is displayed.
2. The file has a string, delimited by """, and has an ' in the string.
(Please include HTML, not just your source code)
Take a look at this link: 
http://code.google.com/p/spyte/source/browse/trunk/spyte.py

What is the expected output?  What do you see instead?
For only the string delimited by """ to be green... not the entire file.

What version are you using?  On what browser?
The version that google code itself uses.

I am using Firefox 3, on Linux. This appeared the same way on IE7 on
Windows XP, and Firefox 2 on XP. 

Original issue reported on code.google.com by trinio...@gmail.com on 12 Jul 2008 at 2:29

GoogleCodeExporter commented 8 years ago
I believe this is fixed in
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#py
thon_lang
but requires a language marker.  These should make it onto code.google 
eventually.

Original comment by mikesamuel@gmail.com on 14 Jul 2008 at 11:02