From 7d2fb18e5d29876f7530dcf2f58e915f0c8015c5 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 24 Jan 2021 01:45:49 -0500 Subject: [PATCH] tests: Add test for TW #2392 --- test/tw-2392.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 test/tw-2392.t diff --git a/test/tw-2392.t b/test/tw-2392.t new file mode 100755 index 000000000..0b7ae11eb --- /dev/null +++ b/test/tw-2392.t @@ -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" ]]