From d9bb86ab3a9a962ee91af5aed3638ba33a96bc14 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 10 Nov 2024 00:35:47 +0000 Subject: [PATCH] tests: add test for clipdel -F --- tests/x_integration_tests | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/x_integration_tests b/tests/x_integration_tests index 1255506..798cf54 100755 --- a/tests/x_integration_tests +++ b/tests/x_integration_tests @@ -131,6 +131,14 @@ check_nr_clips 3 [[ $(clipdel -dv a) == foo ]] check_nr_clips 2 +# Test literal match +primary '*foo' +settle +check_nr_clips 3 + +[[ $(clipdel -dF '*') == '*foo' ]] +check_nr_clips 2 + # Check selecting starts serving xsel -pc