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

15
test/tw-2124.test.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# A test case for TW-2124.
# https://github.com/GothenburgBitFactory/taskwarrior/issues/2124
. bash_tap_tw.sh
# Filtering for description with a dash works
task add foo-bar
task foo-bar list | grep foo-bar
# Filtering for tag with dash does not work right now
export EXPFAIL=true
task add test +one-two
task +one-two list