tests: Expand tests for #2392

This commit is contained in:
Tomas Babej 2021-01-30 21:53:37 -05:00
parent bf11ef3f12
commit a5eee5fcc6
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -8,3 +8,13 @@ task add test project:c.vs.2021-01
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" ]]