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 committed Nov 10, 2024
1 parent 97dace5 commit d9bb86a
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 @@ -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

Expand Down

0 comments on commit d9bb86a

Please sign in to comment.