Update src/_pytest/mark/expression.py
Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
parent
12cafec6fb
commit
13fd340924
|
@ -6,7 +6,7 @@ expression: expr? EOF
|
|||
expr: and_expr ('or' and_expr)*
|
||||
and_expr: not_expr ('and' not_expr)*
|
||||
not_expr: 'not' not_expr | '(' expr ')' | ident
|
||||
ident: (\w|:|\+|-|\.|\[|\]|\\|\/)+
|
||||
ident: (\w|:|\+|-|\.|\[|\]|\\|/)+
|
||||
|
||||
The semantics are:
|
||||
|
||||
|
|
Loading…
Reference in New Issue