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

17
test/tw-1883.test.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# Test for TW-1883 (#1896 on Github)
# https://github.com/GothenburgBitFactory/taskwarrior/issues/1896
. bash_tap_tw.sh
task add sample
task +PENDING '(' ')'
task '(' ')'
task '(' '(' ')' ')'
task '(' '(' ')' '(' ')' ')'
# Detect that the task is actually displayed
task +PENDING '(' ')' | grep sample
task '(' ')' | grep sample
task '(' '(' ')' ')' | grep sample
task '(' '(' ')' '(' ')' ')' | grep sample