summaryrefslogtreecommitdiffstats
path: root/crypto/property/properties.ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/property/properties.ebnf')
-rw-r--r--crypto/property/properties.ebnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/property/properties.ebnf b/crypto/property/properties.ebnf
index 62e4f77cca..a55198bd75 100644
--- a/crypto/property/properties.ebnf
+++ b/crypto/property/properties.ebnf
@@ -3,7 +3,7 @@
Definition
::= PropertyName ( '=' Value )? ( ',' PropertyName ( '=' Value )? )*
Query ::= PropertyQuery ( ',' PropertyQuery )*
-PropertyQuery ::= '-'? PropertyName
+PropertyQuery ::= '-' PropertyName
| '?'? ( PropertyName (( '=' | '!=' ) Value)?)
Value ::= NumberLiteral
| StringLiteral