mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Lexer: Collapsed two ::isString calls into one
This commit is contained in:
parent
7a6d546a0d
commit
1fed8c55f1
2 changed files with 39 additions and 30 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
bool isEOS () const;
|
||||
|
||||
// Stream Classifiers.
|
||||
bool isString (std::string&, Lexer::Type&, int quote);
|
||||
bool isString (std::string&, Lexer::Type&, const std::string&);
|
||||
bool isDate (std::string&, Lexer::Type&);
|
||||
bool isDuration (std::string&, Lexer::Type&);
|
||||
bool isUUID (std::string&, Lexer::Type&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue