From a5eee5fcc622b1e07a07e0ede01d343d8006b5a2 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 30 Jan 2021 21:53:37 -0500 Subject: [PATCH] tests: Expand tests for #2392 --- test/tw-2392.t | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/tw-2392.t b/test/tw-2392.t index 0b7ae11eb..5ed31dae5 100755 --- a/test/tw-2392.t +++ b/test/tw-2392.t @@ -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" ]]