mirror of https://github.com/Icinga/icinga2.git
parent
f280452b6d
commit
6c53c7f192
|
@ -740,7 +740,7 @@ rterm: T_STRING
|
|||
}
|
||||
| rterm '[' rterm ']'
|
||||
{
|
||||
$$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @3));
|
||||
$$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @4));
|
||||
}
|
||||
| T_IDENTIFIER
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue