From d20631beb050e549632a43151c53088effb27806 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 14 Apr 2021 02:32:41 -0400 Subject: [PATCH] tests: Add regression test for TW #2451 --- test/tw-2451.t | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/tw-2451.t diff --git a/test/tw-2451.t b/test/tw-2451.t new file mode 100644 index 000000000..53f063e0e --- /dev/null +++ b/test/tw-2451.t @@ -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 ]]