From e9ca1ba5c183a44b20b71fa28df12da2dc2ff52a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 Nov 2015 16:28:06 +0100 Subject: [PATCH] bdd: Add a test for :rl-backward-delete-char. --- tests/integration/features/misc.feature | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index 8f90e67bb..b60998104 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -179,3 +179,12 @@ Feature: Various utility commands. And I run :debug-console And I wait for "Focus object changed: *" in the log 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.