Latest update
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
Definition
|
||||
::= PropertyName ( '=' Value )? ( ',' PropertyName ( '=' Value )? )*
|
||||
Query ::= PropertyQuery ( ',' PropertyQuery )*
|
||||
PropertyQuery ::= '-'? PropertyName
|
||||
| '?' ( PropertyName (( '=' | '!=' ) Value)?)
|
||||
PropertyQuery ::= '-' PropertyName
|
||||
| '?'? ( PropertyName (( '=' | '!=' ) Value)?)
|
||||
Value ::= NumberLiteral
|
||||
| StringLiteral
|
||||
StringLiteral ::= QuotedString | UnquotedString
|
||||
|
||||
Reference in New Issue
Block a user