Add test for :yank --quiet

This commit is contained in:
Florian Bruhin 2018-10-05 16:23:31 +02:00
parent 5eb0447fec
commit fb491c1578

View File

@ -77,6 +77,11 @@ Feature: Yanking and pasting.
Then the message "Yanked URL to clipboard: http://localhost:(port)/data/title.html?a;b&c=d" should be shown Then the message "Yanked URL to clipboard: http://localhost:(port)/data/title.html?a;b&c=d" should be shown
And the clipboard should contain "http://localhost:(port)/data/title.html?a;b&c=d" And the clipboard should contain "http://localhost:(port)/data/title.html?a;b&c=d"
Scenario: Yanking with --quiet
When I open data/title.html
And I run :yank --quiet
Then "Yanked URL to clipboard: *" should not be logged
#### {clipboard} and {primary} #### {clipboard} and {primary}
Scenario: Pasting a URL Scenario: Pasting a URL