mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Renaming test files according to their language (#3407)
This commit is contained in:
parent
43ca74549d
commit
ef9613e2d6
178 changed files with 171 additions and 169 deletions
|
@ -1,20 +0,0 @@
|
|||
#!/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" ]]
|
||||
|
||||
# Same thing now, but with 11 instead of 01
|
||||
|
||||
# This sets foo to "PT13H" despite it being a string UDA
|
||||
task add test project:c.vs.2021-11
|
||||
|
||||
# Show the problem in TAP output
|
||||
task rc.debug.parser:3 project:c.vs.2021-11 _ids
|
||||
|
||||
[[ `task project:c.vs.2021-11 _ids` == "2" ]]
|
Loading…
Add table
Add a link
Reference in a new issue