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
Fix Cardinality for Whitespaces in Query Grammar (#437)
* 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>
0 commit comments