tylerlong / google-code-prettify

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

HTML highlightning defect #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

HTML:
<pre class="prettyprint lang-html">
&lt;script src="http://static.tumblr.com/4cradrm/oYmknlgzf/jquery.min.js"
type="text/javascript">&lt;/script>
&lt;script src="http://static.tumblr.com/4cradrm/pb1knqm9c/jq-basic.js"
type="text/javascript">&lt;/script>
</pre>

What is the expected output?  What do you see instead?
Expected: Consistent coloring
Instead: Inconsistent coloring (from first </script> tag and forward)

What version are you using?  On what browser?
Firefox 3.5.5, Mac OS using “prettify-small-21-May-2009.zip”

Original issue reported on code.google.com by goo...@burgestrand.se on 23 Nov 2009 at 3:00

GoogleCodeExporter commented 9 years ago
Fixed at issue 92.  Please see http://google-code-
prettify.googlecode.com/svn/trunk/tests/prettify_test.html#html

Original comment by mikesamuel@gmail.com on 3 Dec 2009 at 7:54