tests: Add regression test for TW #2451
This commit is contained in:
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 ]]
|
||||
Reference in New Issue
Block a user