mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancements - Nibbler upgrades.
- Enhancements to ensure that EOS conditions don't break calls.
This commit is contained in:
parent
87ed7dad6c
commit
dde044c3d7
6 changed files with 139 additions and 21 deletions
|
@ -81,6 +81,7 @@ int main (int argc, char** argv)
|
|||
if (good) t.fail ("Att::composeF4 () -> throw");
|
||||
|
||||
n = Nibbler ("name:value");
|
||||
// TODO throws here -->
|
||||
a7.parse (n);
|
||||
t.is (a7.composeF4 (), "name:\"value\"", "Att::composeF4 (name:value)");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue