test for yanking queries with both '&' and ';'
This commit is contained in:
parent
46ca91cfc0
commit
bac22629e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user