zzyengineer / google-code-prettify

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

Incorrect color coding for XML elements in WikiSyntax code blocks using Capitalized element names #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(From Google Code issue 3030:
http://code.google.com/p/support/issues/detail?id=3030)

What steps will reproduce the problem?
{{{
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Placemark>
    <name>Simple placemark</name>
    <description>Attached to the ground. Intelligently places itself 
       at the height of the underlying terrain.</description>
    <Point>
      <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
    </Point>
  </Placemark>
</kml>
}}}

What is the expected output? What do you see instead?
Expected: consistent coloring, all element nodes should be blue
Got: inconsistent coloring with capitalized element names (Placemark,
Point) showing green-brown and black coloring

What version of the product are you using? On what operating system?
WikiSyntax as of Sept 01, 2009
Windows XP

Original issue reported on code.google.com by senocu...@gmail.com on 8 Sep 2009 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by mikesamuel@gmail.com on 2 Oct 2009 at 5:38

GoogleCodeExporter commented 9 years ago
Not fixed.  Misclicked.

Original comment by mikesamuel@gmail.com on 2 Oct 2009 at 5:38

GoogleCodeExporter commented 9 years ago
Fixed @ r82

Original comment by mikesamuel@gmail.com on 3 Oct 2009 at 7:30