From 449adc2dc1722885c4869892b4c238b96efb197d Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 28 Mar 2016 23:53:26 +0200 Subject: [PATCH] Try not to confuse syntax highlighting with quotes --- tests/integration/features/spawn.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/spawn.feature b/tests/integration/features/spawn.feature index 32b77fd41..9ec2a046f 100644 --- a/tests/integration/features/spawn.feature +++ b/tests/integration/features/spawn.feature @@ -9,7 +9,7 @@ Feature: :spawn Then the error "Error while spawning command: The process failed to start." should be shown Scenario: Running :spawn with invalid quoting - When I run :spawn """ + When I run :spawn ""'"" Then the error "Error while splitting command: No closing quotation" should be shown Scenario: Running :spawn with url variable