Add test for escaping {{url}}
This commit is contained in:
parent
a6f09b1f73
commit
2f4910f1f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user