Closed GoogleCodeExporter closed 8 years ago
Original comment by mikesamuel@gmail.com
on 15 Aug 2007 at 6:22
Original comment by mikesamuel@gmail.com
on 15 Aug 2007 at 8:43
I can say that the same goes for html/xml comments. Both <br> and <br /<
tags.
Small sample tested in firefox 2.x is attached.
Regards
Jacob von Eyben
http://ancientprogramming.blogspot.com
Original comment by jacobvon...@gmail.com
on 28 Aug 2007 at 4:58
Attachments:
Fixed both issues -- <br>s not being treated as lexically significant, and
comments
not being stripped during chunking.
I also fixed a vaguely related bug that caused tags to be stripped by the pass
that
identifies and recurses into script tags.
See
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#is
sue14a
and
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#is
sue14b
I will put out a release with these fixes soon.
Original comment by mikesamuel@gmail.com
on 30 Aug 2007 at 9:26
Original issue reported on code.google.com by
Issei.Su...@gmail.com
on 10 May 2007 at 1:59Attachments: