bdd: Add a test for :rl-backward-delete-char.
This commit is contained in:
parent
be4cf19bb1
commit
e9ca1ba5c1
@ -179,3 +179,12 @@ Feature: Various utility commands.
|
|||||||
And I run :debug-console
|
And I run :debug-console
|
||||||
And I wait for "Focus object changed: *" in the log
|
And I wait for "Focus object changed: *" in the log
|
||||||
Then no crash should happen
|
Then no crash should happen
|
||||||
|
|
||||||
|
# :rl-backward-delete-char
|
||||||
|
# we don't test the other :rl-* stuff as there are good unittests.
|
||||||
|
|
||||||
|
Scenario: :rl-backward-delete-char
|
||||||
|
When I run :set-cmd-text :message-info testx
|
||||||
|
And I run :rl-backward-delete-char
|
||||||
|
And I run :command-accept
|
||||||
|
Then the message "test" should be shown.
|
||||||
|
Loading…
Reference in New Issue
Block a user