Removed a duplicate test

This commit is contained in:
Holger Rapp 2012-01-18 10:39:16 +01:00
parent 3c65e369c2
commit 5982bdf6c3

View File

@ -937,13 +937,6 @@ snip += "Hallo3"` End""")
keys = "test" + EX keys = "test" + EX
wanted = "hi Hallo1\nHallo2\nHallo3 End" 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): class PythonCode_MultiAppendSimpleIndent(_VimTest):
snippets = ("test", """hi snippets = ("test", """hi
`!p snip.rv="Hallo1" `!p snip.rv="Hallo1"