tests: Add regression test for TW #2451

This commit is contained in:
Tomas Babej 2021-04-14 02:32:41 -04:00 committed by Tomas Babej
parent bd0d907335
commit d20631beb0

11
test/tw-2451.t Normal file
View 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 ]]