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
* 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>
Copy file name to clipboardExpand all lines: documentation/IDTA-01002-3/modules/ROOT/pages/query-language.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@ The content and structure of the AAS Query Language is defined in the context-fr
69
69
70
70
This is the combined grammar for the AAS Query Language and the AAS Access Rules defined by the AAS Security specification xref:bibliography.adoc#bib3[[3\]].
71
71
72
-
73
-
include::./grammar.adoc[]
74
-
75
-
72
+
[source,bnf,linenums]
73
+
----
74
+
include::partial$bnf/grammar.bnf[]
75
+
----
76
76
77
77
== Select Expression
78
78
@@ -234,7 +234,7 @@ The following example is used to illustrate the comparisons. The following Asset
0 commit comments