compiler/tests/extras/PPCompiledJavaSyntaxTest.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 460 87a3d30ab570
child 502 1e45d3c96ec5
--- a/compiler/tests/extras/PPCompiledJavaSyntaxTest.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/tests/extras/PPCompiledJavaSyntaxTest.st	Tue May 12 01:24:03 2015 +0100
@@ -9,9 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Java'
 !
 
-PPCompiledJavaSyntaxTest comment:''
-!
-
 !PPCompiledJavaSyntaxTest class methodsFor:'as yet unclassified'!
 
 resources
@@ -72,7 +69,7 @@
         parse:
         '{
             System.out.println("Hello World!!");
- 	       	System.out.println("Hello World!!");
+ 			   		System.out.println("Hello World!!");
         }'
         rule: #block
 !
@@ -109,9 +106,9 @@
 
     self parse: '
                     public class OddEven {
- 						private int input;
- 					  public static void main(String[] args) {
-     					OddEven number = new OddEven();
+ 												private int input;
+ 										  public static void main(String[] args) {
+     										OddEven number = new OddEven();
                             number.showDialog(); }
                     public void showDialog() {