Try not to confuse syntax highlighting with quotes
This commit is contained in:
parent
5811a25299
commit
449adc2dc1
@ -9,7 +9,7 @@ Feature: :spawn
|
|||||||
Then the error "Error while spawning command: The process failed to start." should be shown
|
Then the error "Error while spawning command: The process failed to start." should be shown
|
||||||
|
|
||||||
Scenario: Running :spawn with invalid quoting
|
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
|
Then the error "Error while splitting command: No closing quotation" should be shown
|
||||||
|
|
||||||
Scenario: Running :spawn with url variable
|
Scenario: Running :spawn with url variable
|
||||||
|
Loading…
Reference in New Issue
Block a user