taskwarrior/test/tw-2124.t
2021-01-31 05:04:43 -05:00

15 lines
338 B
Bash
Executable file

#!/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