Skip to content

Commit 7d26042

Browse files
committed
Remove redundancy in stringComparison
Fixes #434
1 parent b740221 commit 7d26042

File tree

1 file changed

+1
-3
lines changed
  • documentation/IDTA-01002-3/modules/ROOT/partials/bnf

1 file changed

+1
-3
lines changed

documentation/IDTA-01002-3/modules/ROOT/partials/bnf/grammar.bnf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424

2525
<stringComparison> ::=
2626
( ( "$starts-with" | "$ends-with" | "$contains" | "$regex") <ws> "(" <ws> <stringOperand> <ws> "," <ws> <stringOperand> <ws> ")" <ws> ) |
27-
( <stringOperand> <ws> <allComparisons> <ws> <stringOperand> <ws> ) |
28-
( <stringOperand> <ws> <allComparisons> <ws> <FieldIdentifierString> <ws> ) |
29-
( <FieldIdentifierString> <ws> <allComparisons> <ws> <stringOperand> <ws> )
27+
( <stringOperand> <ws> <allComparisons> <ws> <stringOperand> <ws> )
3028

3129
<numericalComparison> ::=
3230
( <numericalOperand> <ws> <allComparisons> <ws> <numericalOperand> <ws> ) |

0 commit comments

Comments
 (0)