View | Details | Raw Unified | Return to bug 292087 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java (-9 / +17 lines)
Lines 4657-4671 Link Here
4657
4657
4658
	String expectedCompletionDietUnitToString =
4658
	String expectedCompletionDietUnitToString =
4659
		"package ZKentTest;\n" +
4659
		"package ZKentTest;\n" +
4660
		"import java.awt.color.*;\n" +
4660
		"import java.awt.color.*;\n" + 
4661
		"public class A {\n" +
4661
		"public class A {\n" + 
4662
		"  int[] ii;\n" +
4662
		"  int[] ii;\n" + 
4663
		"  public A() {\n" +
4663
		"  public A() {\n" + 
4664
		"  }\n" +
4664
		"  }\n" + 
4665
		"  A foo(int i) {\n" +
4665
		"  A foo(int i) {\n" + 
4666
		"  }\n" +
4666
		"  }\n" + 
4667
		"  int bar() {\n" +
4667
		"}\n" + 
4668
		"  }\n" +
4668
		"class Local {\n" + 
4669
		"  Local() {\n" + 
4670
		"  }\n" + 
4671
		"  int hello() {\n" + 
4672
		"  }\n" + 
4673
		"  int world() {\n" + 
4674
		"  }\n" + 
4675
		"  void foo() {\n" + 
4676
		"  }\n" + 
4669
		"}\n";
4677
		"}\n";
4670
4678
4671
	String testName = "<bunch of syntax errors>";
4679
	String testName = "<bunch of syntax errors>";

Return to bug 292087