mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- add.t contained a broken test that did not take into account a (working) substitution.
This commit is contained in:
parent
e61e08c2ca
commit
ccd32cb7d6
2 changed files with 4 additions and 4 deletions
|
@ -1457,7 +1457,7 @@ bool A3::is_pattern (Nibbler& n, std::string& result)
|
|||
// two-directory absolute path, (or three-level, if the third directory is
|
||||
// named 'g') can be misinterpreted. To help (but not solve) this, if a
|
||||
// substition exists on the local disk, it is not considered a subst.
|
||||
// This needs to be changed to a better solution.
|
||||
// This needs to be changed to a better solution. When I think of one.
|
||||
bool A3::is_subst (Nibbler& n, std::string& result)
|
||||
{
|
||||
n.save ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue