List parsing is incorrect
Bug #483101 reported by
Benoit Garret
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Tomdroid |
Fix Released
|
Medium
|
Olivier Bilodeau |
Bug Description
The note parsing code is incorrect.
The "characters" method in a org.xml.
This means that something like this (hope it won't get too mangled by launchpad):
list
list-item Test newline newline end-list-item
end-list
will get two bullets, one before the "Test" string and another before an empty line.
Related branches
Changed in tomdroid: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
related to bug #364850
in this bug, the parser does send the special & character in another call to characters() so reading this bug description showed me the right way
I'll use StringBuilder for every element parsed by NoteHandler and NoteContentHandler.