${testLoadAFile} ${testEvalProps} #Line 1 REM Line 2 --Line 3 Line 4 Hello World! /* Comment "1" */ public class test1 { //Some comment int x = 1/2; private static final String GREETING="*/Hello/*"; private static final String GREETING1="/*Hello*/"; public static void main( String args[] ) { } } public class test1 { int x = 1/2; private static final String GREETING="*/Hello/*"; private static final String GREETING1="/*Hello*/"; public static void main( String args[] ) { } } ${testOneLine}