mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer
- When parsing two-character operators ('or') from a string ('ordinary'), the lack of boundary between the 'r' and the 'd' now prevents the operator 'or' from being recognized.
This commit is contained in:
parent
b6fee35213
commit
9778100d29
2 changed files with 13 additions and 13 deletions
|
@ -78,7 +78,7 @@ private:
|
|||
bool is_ident_start (int) const;
|
||||
bool is_ident (int) const;
|
||||
bool is_triple_op (int, int, int) const;
|
||||
bool is_double_op (int, int) const;
|
||||
bool is_double_op (int, int, int) const;
|
||||
bool is_single_op (int) const;
|
||||
bool is_dec_digit (int) const;
|
||||
bool is_hex_digit (int) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue