mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Add test for TW #2392
This commit is contained in:
parent
05e7c2aff2
commit
7d2fb18e5d
1 changed files with 10 additions and 0 deletions
10
test/tw-2392.t
Executable file
10
test/tw-2392.t
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
. bash_tap_tw.sh
|
||||||
|
|
||||||
|
# This sets foo to "PT13H" despite it being a string UDA
|
||||||
|
task add test project:c.vs.2021-01
|
||||||
|
|
||||||
|
# Show the problem in TAP output
|
||||||
|
task rc.debug.parser:3 project:c.vs.2021-01 _ids
|
||||||
|
|
||||||
|
[[ `task project:c.vs.2021-01 _ids` == "1" ]]
|
Loading…
Add table
Add a link
Reference in a new issue