Skip to content

Commit

Permalink
tests: add test for clipdel -F
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K authored and cdown committed Nov 10, 2024
1 parent b652f0c commit 68ae70c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/x_integration_tests
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,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

Expand Down

0 comments on commit 68ae70c

Please sign in to comment.