From 0ae628fde7d117bc5768ad2a95eddd8babd02ccf Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 13 Mar 2015 13:50:08 +0000 Subject: [PATCH] Add a $ command unit test --- test/unit/keep-cmd/cmd | 1 + test/unit/keep-cmd/in | 3 +++ test/unit/keep-cmd/selections | 1 + 3 files changed, 5 insertions(+) create mode 100644 test/unit/keep-cmd/cmd create mode 100644 test/unit/keep-cmd/in create mode 100644 test/unit/keep-cmd/selections diff --git a/test/unit/keep-cmd/cmd b/test/unit/keep-cmd/cmd new file mode 100644 index 00000000..66bc8431 --- /dev/null +++ b/test/unit/keep-cmd/cmd @@ -0,0 +1 @@ +%H$grep "foo\|bar" diff --git a/test/unit/keep-cmd/in b/test/unit/keep-cmd/in new file mode 100644 index 00000000..928fc5df --- /dev/null +++ b/test/unit/keep-cmd/in @@ -0,0 +1,3 @@ +foo +rha +bar diff --git a/test/unit/keep-cmd/selections b/test/unit/keep-cmd/selections new file mode 100644 index 00000000..ae3cdf5b --- /dev/null +++ b/test/unit/keep-cmd/selections @@ -0,0 +1 @@ +foo:bar