mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Add tests for TW #2124
This commit is contained in:
parent
5317f7c795
commit
cdbab698e3
1 changed files with 15 additions and 0 deletions
15
test/tw-2124.t
Executable file
15
test/tw-2124.t
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/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
|
Loading…
Add table
Add a link
Reference in a new issue