You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following definitions of possible string comparisons on lines 29 and 30 are redundant to the line 28, as FieldIdentifierString is also a stringOperand
* Use partials for bnf
Before the bnf grammar was in an .adoc file.
In this commit we place it in .bnf file in partials
similar as in aas-specs-security repo.
* Small fix
* Add missing $ for ends-with
Fixes#435
* Set brackets mandatory for items in iterables
Fixes#433
* Remove redundancy in `stringComparison`
---------
Co-authored-by: sebbader-sap <107036549+sebbader-sap@users.noreply.github.com>
* Use partials for bnf
Before the bnf grammar was in an .adoc file.
In this commit we place it in .bnf file in partials
similar as in aas-specs-security repo.
* Small fix
* Add missing $ for ends-with
Fixes#435
* Set brackets mandatory for items in iterables
Fixes#433
* Remove redundancy in `stringComparison`
Fixes#434
* undo changes in stringComparison clause
* correct cardinality for whitespaces in the query grammar
---------
Co-authored-by: zrgt <garmaev@gmx.de>
What happens?
The following definitions of possible string comparisons on lines 29 and 30 are redundant to the line 28, as
FieldIdentifierString
is also astringOperand
aas-specs-api/documentation/IDTA-01002-3/modules/ROOT/pages/grammar.adoc
Lines 26 to 30 in bbd9637
Why is this wrong?
stringOperand
How should it be fixed?
Remove redundant lines 29 and 30
The text was updated successfully, but these errors were encountered: