one more try to fix those unit tests
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.compiler/src/org/eclipse/wst/jsdt/core/tests/compiler/parser/SyntaxErrorTest.java b/tests/org.eclipse.wst.jsdt.core.tests.compiler/src/org/eclipse/wst/jsdt/core/tests/compiler/parser/SyntaxErrorTest.java
index 21ae950..4b39592 100644
--- a/tests/org.eclipse.wst.jsdt.core.tests.compiler/src/org/eclipse/wst/jsdt/core/tests/compiler/parser/SyntaxErrorTest.java
+++ b/tests/org.eclipse.wst.jsdt.core.tests.compiler/src/org/eclipse/wst/jsdt/core/tests/compiler/parser/SyntaxErrorTest.java
@@ -282,10 +282,10 @@
 }
 public void test05g() {
 	String s = 
-		"var foo = '  \\\r"+
-		"\r"+
+		"var foo = '  \\\n"+
+		"\n"+
 		"    \";"+
-		"	\r"; 	
+		"	\n"; 	
 
 	String expectedSyntaxErrorDiagnosis =
 		"----------\n"+
@@ -304,10 +304,10 @@
 }
 public void test05h() {
 	String s = 
-		"var foo = \"  \\\r"+
-		"\r"+
+		"var foo = \"  \\\n"+
+		"\n"+
 		"    ';"+
-		"	\r"; 	
+		"	\n"; 	
 
 	String expectedSyntaxErrorDiagnosis =
 		"----------\n"+