Actions
Bug #1248
openfilter-parser.y creates creates wrong ast for `hello[1][2]`
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/30/2020
Due date:
% Done:
0%
Estimated time:
Description
When parsing the expression hello[1][2]
, the filter parser creates a node representing the [1]
, but not one for the [2]
. So it appears gives exactly the same AST (and therefore IR at the following step) as when parsing hello[1]
.
No data to display
Actions