Closed
Bug 60059
Opened 24 years ago
Closed 24 years ago
Expression parse error (some|cruft)[1], Token [ not expected
Categories
(Core :: XSLT, defect, P3)
Core
XSLT
Tracking
()
VERIFIED
FIXED
People
(Reporter: axel, Assigned: axel)
Details
Using the docbook stylesheets, I found, that we don't parse the above expression
at all. Gave us a segfault.
http://lxr.mozilla.org/seamonkey/source/extensions/transformiix/source/xpath/ExprParser.cpp#230
needs an additional
case Token::L_BRACKET: // Predicate starts here
to eat the ')' Token, see [15] PrimaryExpr.
Axel
Assignee | ||
Comment 1•24 years ago
|
||
keyword review, accepting bug
Axel
Status: NEW → ASSIGNED
Keywords: review
Assignee | ||
Comment 2•24 years ago
|
||
fix is in, r=peterv,patch was in 59937, Axel
You need to log in
before you can comment on or make changes to this bug.
Description
•