kamalchopra / jsyntaxpane

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

XML lexer issue with empty quoted string attributes #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an editor pane for an xml document.
2. Paste the following into the document:
    <textfield first="" second="" />

What is the expected output? What do you see instead?
I expect no coloring, but the library appears to color from the second
double-quote to the third inclusive.

What version of the product are you using? On what operating system?
0.9

Please provide any additional information below.
N/A

Original issue reported on code.google.com by grant.sw...@gmail.com on 23 Sep 2008 at 5:53

GoogleCodeExporter commented 9 years ago
Reproduced and fixed the XmlLexer.  WIll be released shortly.

Original comment by ayman.al...@gmail.com on 24 Sep 2008 at 7:06

GoogleCodeExporter commented 9 years ago
Fixed in Release 0.9.1

Original comment by ayman.al...@gmail.com on 25 Sep 2008 at 8:25