From 2f4910f1f2553e0faacb0221ac65533508284917 Mon Sep 17 00:00:00 2001 From: George Edward Bulmer Date: Sun, 11 Feb 2018 14:17:28 +0000 Subject: [PATCH] Add test for escaping {{url}} --- tests/end2end/features/misc.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 8f21b7421..e15af8ad5 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -436,6 +436,11 @@ Feature: Various utility commands. And I run :message-info {clipboard}bar{url} Then the message "foobarhttp://localhost:*/hello.txt" should be shown + Scenario: escaping {{url}} variable + When I open data/hello.txt + And I run :message-info foo{{url}}bar + Then the message "foo{url}bar" should be shown + @xfail_norun Scenario: {url} in clipboard should not be expanded When I open data/hello.txt