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