mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expression reboot
- Implemented A3::is_subst.
This commit is contained in:
parent
c39f8bd6af
commit
10c1203c87
2 changed files with 46 additions and 30 deletions
2
src/A3.h
2
src/A3.h
|
@ -112,9 +112,9 @@ public:
|
|||
static bool is_dom (Nibbler&, std::string&);
|
||||
static bool is_duration (Nibbler&, std::string&);
|
||||
static bool is_pattern (Nibbler&, std::string&);
|
||||
static bool is_subst (Nibbler&, std::string&);
|
||||
|
||||
/*
|
||||
static bool is_subst (const std::string&);
|
||||
static bool is_id (const std::string&);
|
||||
static bool is_uuid (const std::string&);
|
||||
static bool is_tag (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue