From f7c83ebbdb8b4420c331b9296aff678298623b93 Mon Sep 17 00:00:00 2001 From: Sergey Alexandrov Date: Sun, 29 Dec 2013 01:56:32 +0400 Subject: [PATCH] Add a test case for bug 1251994 --- test.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test.py b/test.py index af5a70e..a1f6ed0 100755 --- a/test.py +++ b/test.py @@ -3033,6 +3033,14 @@ class DeleteCurrentTabStop3_JumpAround(_VimTest): # End: Normal mode editing #}}} +# 1251994 {{{# +# Test for bug #1251994 +class Bug1251994(_VimTest): + snippets = ("test", "${2:#2} ${1:#1};$0") + keys = " test" + EX + "hello" + JF + "world" + JF + "blub" + wanted = " world hello;blub" +# End: 1251994 #}}} + class VerifyVimDict1(_VimTest): """check: correct type (4 means vim dictionary)