turn on middle matching in completion tests

This commit is contained in:
peter
2012-07-12 19:18:00 +02:00
parent 49dc4cb544
commit 3818145a76
31 changed files with 4695 additions and 4571 deletions
@@ -1,7 +1,7 @@
class C{
/**
* @see #n<caret>
* @see #not<caret>
*/
private int foo(int a, char b, String c) {}
}
@@ -1,7 +1,7 @@
class C{
/**
* @see #n<caret>
* @see #not<caret>
*
* @since
*/