mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
tests: Add regression test for TW #2451
This commit is contained in:
parent
bd0d907335
commit
d20631beb0
1 changed files with 11 additions and 0 deletions
11
test/tw-2451.t
Normal file
11
test/tw-2451.t
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
. bash_tap_tw.sh
|
||||||
|
|
||||||
|
# Setup the tasks
|
||||||
|
task add Participate in the marine search
|
||||||
|
task add Find the pearls
|
||||||
|
|
||||||
|
# Search for tasks containing "mar"
|
||||||
|
task mar
|
||||||
|
task mar count
|
||||||
|
[[ `task mar count` == 1 ]]
|
Loading…
Add table
Add a link
Reference in a new issue