1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-06 18:32:51 +01:00

'ys{motion}<' requires further user input to wrap text into HTML tags

This commit is contained in:
Andrey Vlasovskikh 2016-01-26 21:15:29 +03:00
parent af534c9209
commit 6328575639

View File

@ -63,8 +63,6 @@ public class VimSurroundExtensionTest extends VimTestCase {
doTest(parseKeys("ysea"), before, after);
doTest(parseKeys("yse>"), before, after);
doTest(parseKeys("yse<"), before,
"foo = new Bar< Baz >();");
}
public void testSurroundQuotes() {