Closed
Bug 810991
Opened 12 years ago
Closed 12 years ago
Parser doesn't support indexes defined on attributes
Categories
(L20n :: Python Library, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: stas, Assigned: zbraniecki)
References
Details
Defining an index on an attribute breaks parser.py.
<brandName "Firefox"
title[@os]: {
win: "Firefox on Windows",
linux: "Firefox on Linux"
}
>
Reporter | ||
Updated•12 years ago
|
Target Milestone: --- → Next
Assignee | ||
Comment 1•12 years ago
|
||
Fixed in parser https://github.com/zbraniecki/l20n.js/commit/9b2ac0287543cceab0fb8c17806201cf20a9109e on parser2 branch
We need to update grammar and compiler now
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → gandalf
Priority: -- → P2
Target Milestone: Next → 1.0
Assignee | ||
Comment 2•12 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•