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

11
test/tw-3109.test.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
. bash_tap_tw.sh
task add emptyval
task 1 done
task 1 mod end: status:pending
task_end=`task 1 info | grep ^End | sed -e 's/^End //' || true`
echo "task_end: $task_end"
# `task mod end:` should have deleted the end.
[[ "$task_end" == "" ]]