diff options
Diffstat (limited to 'tests/unit_tests/commands_test.coffee')
| -rw-r--r-- | tests/unit_tests/commands_test.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 "<<space>", "</<space>", 2 +    @testKeySequence "<C->>", "<c->>", 1  context "Validate commands and options",    should "have either noRepeat or repeatLimit, but not both", -> | 
