From 5982bdf6c3b65d5cbf61970227f86cbd2fc28b6f Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Wed, 18 Jan 2012 10:39:16 +0100 Subject: [PATCH] Removed a duplicate test --- test.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test.py b/test.py index 8c857c6..4df8797 100755 --- a/test.py +++ b/test.py @@ -937,13 +937,6 @@ snip += "Hallo3"` End""") keys = "test" + EX wanted = "hi Hallo1\nHallo2\nHallo3 End" -class PythonCode_MultiAppend(_VimTest): - snippets = ("test", """hi `!p snip.rv = "Hallo1" -snip += "Hallo2" -snip += "Hallo3"` End""") - keys = "test" + EX - wanted = "hi Hallo1\nHallo2\nHallo3 End" - class PythonCode_MultiAppendSimpleIndent(_VimTest): snippets = ("test", """hi `!p snip.rv="Hallo1"