From 4aa3ea89b388266b1860522bf23b7629b8019d78 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 29 Sep 2016 10:44:05 +0200 Subject: [PATCH] test for yanking URLs with ';' separated queries refs #1987 --- tests/end2end/features/yankpaste.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature index abb59ad47..1f24e40c4 100644 --- a/tests/end2end/features/yankpaste.feature +++ b/tests/end2end/features/yankpaste.feature @@ -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 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} Scenario: Pasting a URL