CLI2: Some plain args were not spotted
- A plain arg can be Lexer::Type::word or Lexer::Type::dom.
This commit is contained in:
@@ -1647,7 +1647,8 @@ void CLI2::desugarFilterPlainArgs ()
|
|||||||
ppraw == "or" ||
|
ppraw == "or" ||
|
||||||
ppraw == "xor") &&
|
ppraw == "xor") &&
|
||||||
|
|
||||||
prev->_lextype == Lexer::Type::word && // candidate
|
(prev->_lextype == Lexer::Type::dom || // candidate
|
||||||
|
prev->_lextype == Lexer::Type::word) && // candidate
|
||||||
|
|
||||||
prev->hasTag ("FILTER") && // candidate
|
prev->hasTag ("FILTER") && // candidate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user