mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancement - Subst parsing
- Corrected Subst parsing. - Added more unit tests.
This commit is contained in:
parent
9b78631e6f
commit
a2a9fa7f35
4 changed files with 84 additions and 46 deletions
|
@ -39,7 +39,8 @@ public:
|
|||
Subst& operator= (const Subst&); // Assignment operator
|
||||
~Subst (); // Destructor
|
||||
|
||||
bool parse (const std::string&);
|
||||
bool valid (const std::string&) const;
|
||||
void parse (const std::string&);
|
||||
void apply (std::string&, std::vector <Att>&) const;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue