middle matching in NormalCompletionTest

This commit is contained in:
peter
2012-07-30 19:03:27 +02:00
parent 97c3e67220
commit 2f8cc6cde8
5 changed files with 33 additions and 33 deletions
@@ -1,5 +1,5 @@
class Foo {
{
++nu<caret>
++nul<caret>
}
}
@@ -2,7 +2,7 @@ public class Foooo {
{
int intaaaa;
for (in<caret>)
for (int<caret>)
}
}
@@ -2,6 +2,6 @@ import java.util.Set;
class Foo {
{
Set<String> s = em<caret>
Set<String> s = empt<caret>
}
}