rehamaltamimi / gwtwiki

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

incorrect parsing of links if an additional HTML tag is appended #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
see the attached test case

What is the expected output? What do you see instead?
see the attached test case
-> the whole input content is copied in again because fWhiteStartPosition still 
points to 0 (WikipediaParser, around line 272) when the tag is created - I 
don't know how to fix that properly though...

Original issue reported on code.google.com by nico.kru...@googlemail.com on 30 Nov 2012 at 8:24

Attachments:

GoogleCodeExporter commented 8 years ago
Committed r8670 and r8671, which should solve this issue.

Original comment by axelclk@gmail.com on 6 Dec 2012 at 6:36

GoogleCodeExporter commented 8 years ago
it does, thank you - I committed the unit test in r8673

Original comment by nico.kru...@googlemail.com on 7 Dec 2012 at 10:36