Closed lachlanmcdonald closed 6 years ago
The field definition includes the string definition, which allows for the following expression to validate:
field
string
${ a."string" }
I'm not sure whether this is intentional; I can't seem to find any references to this expression in the documentation. Perhaps it should be:
propertyAccess = atom {'.' id} | atom {'[' , exprNode , ']'};
The
field
definition includes thestring
definition, which allows for the following expression to validate:I'm not sure whether this is intentional; I can't seem to find any references to this expression in the documentation. Perhaps it should be: