From 54139c11231bf7e7a3a9f4c98fb688d2d0fe22c9 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 2 Oct 2016 12:25:20 +0100 Subject: Better regexp (to match legacy behaviour for '>'. --- tests/unit_tests/commands_test.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee index fbe470a0..c8ded6a9 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -43,6 +43,7 @@ context "Key mappings", @testKeySequence "<>", "", 2 @testKeySequence "<", "", 2 + @testKeySequence ">", ">", 1 context "Validate commands and options", should "have either noRepeat or repeatLimit, but not both", -> -- cgit v1.2.3