Summary | Wicked markup displays error "unbalanced token" for unknown reasons |
Queue | Wicked |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ralf.lang (at) ralf-lang (dot) de |
Created | 02/12/2012 (4891 days ago) |
Due | |
Updated | 02/16/2012 (4887 days ago) |
Assigned | 02/13/2012 (4890 days ago) |
Resolved | 02/16/2012 (4887 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
report it at PEAR.
For parser Default, output Xhtml it returns
Object(PEAR_Error)#49 (8) {
["error_message_prefix"]=>
string(0) ""
["mode"]=>
int(1)
["level"]=>
int(1024)
["code"]=>
NULL
["message"]=>
string(36) "Unbalanced tokens, check your syntax"
["userinfo"]=>
NULL
["backtrace"]=>
array(6) {
Not a horde bug.
State ⇒ Feedback
Priority ⇒ 1. Low
New Attachment: unbalanced_testcase
Patch ⇒ No
Milestone ⇒
Summary ⇒ Wicked markup displays error "unbalanced token" for unknown reasons
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Wicked
and tracked down the first line in the markup which broke the display
(attached is a file with the markup including the first line which
breaks things)
I don't understand what it is about that line that breaks things but
it looks more like a bug than invalid data.
I haven't yet reproduced this on a private git copy.