Renaming test files according to their language (#3407)

This commit is contained in:
mattsmida
2024-05-01 14:28:07 -04:00
committed by GitHub
parent 43ca74549d
commit ef9613e2d6
178 changed files with 171 additions and 169 deletions

13
test/tw-1718.test.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
. bash_tap_tw.sh
echo "uda.foo.label=foo" >> taskrc
echo "uda.foo.type=string" >> taskrc
# This sets foo to "PT13H" despite it being a string UDA
task add bar foo:"3h+10h"
# Show the problem in TAP output
task _get 1.foo
task _get 1.foo | grep '3h+10h'