test for yanking URLs with ';' separated queries

refs #1987
This commit is contained in:
Daniel Karbach 2016-09-29 10:44:05 +02:00
parent 5b27e06ce2
commit 4aa3ea89b3

View File

@ -57,6 +57,12 @@ Feature: Yanking and pasting.
Then the message "Yanked URL to clipboard: http://localhost:(port)/data/title with spaces.html" should be shown Then the message "Yanked URL to clipboard: http://localhost:(port)/data/title with spaces.html" should be shown
And the clipboard should contain "http://localhost:(port)/data/title with spaces.html" And the clipboard should contain "http://localhost:(port)/data/title with spaces.html"
Scenario: Yanking URL that has = 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} #### {clipboard} and {primary}
Scenario: Pasting a URL Scenario: Pasting a URL