Skip to content
Hirokazu Chiba edited this page May 28, 2023 · 3 revisions

Fixed typo found in 17.4.1.8 query

$ diff 17.4.1.8a.rq~ 17.4.1.8a.rq
4c4
< SELECT ?aLabel1 ?bLabel
---
> SELECT ?aLabel ?bLabel

Rule 116

[116] AdditiveExpression ::= MultiplicativeExpression ( '+' MultiplicativeExpression | '-' MultiplicativeExpression | ( NumericLiteralPositive | NumericLiteralNegative ) ( ( '*' UnaryExpression ) | ( '/' UnaryExpression ) )* )*

The following part is not captured in the current parser. In practice, there seems to be no problem.

( NumericLiteralPositive | NumericLiteralNegative ) ( ( '*' UnaryExpression ) | ( '/' UnaryExpression ) )*
Clone this wiki locally