bertrand-lupart / caudium

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

Gtext set up for parsing document to get colors may mess up javascript #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load the gtext module, set it up to parse documents for colors, but leave 
the list of tags to parse 
empty.
2. load a javascript page containing such kind of code: ( var i = rangeA ; i< 
rangeA+3 ; i++ )
3. your document if mess up

What is the expected output? What do you see instead?

Try <list-tags>, you will see gtext parses for <> and </>

Fix found by Bill during the Berlin or Bust Pike meet up. To be finalized and 
commited into 1.4 and 
1.5

Original issue reported on code.google.com by bertrand.lupart on 27 Sep 2008 at 6:46

GoogleCodeExporter commented 9 years ago
Fixed in trunk in r5832

Original comment by bertrand.lupart on 23 Feb 2009 at 8:54