test for yanking queries with both '&' and ';'

This commit is contained in:
Daniel Karbach 2016-09-30 09:15:05 +02:00
parent 46ca91cfc0
commit bac22629e3

View File

@ -69,6 +69,12 @@ Feature: Yanking and pasting.
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"
Scenario: Yanking URL with both & and ; in its query string
When I open data/title.html?a;b&c=d
And I run :yank
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"
#### {clipboard} and {primary}
Scenario: Pasting a URL