white space

This commit is contained in:
hneemann 2017-04-19 16:16:45 +02:00
parent 83fdfa98c5
commit a6759f0073

View File

@ -72,7 +72,7 @@ public class ParserLoopTest extends TestCase {
new Parser("A B\nloop(i,10) C ((i+j)*2)").parse(); new Parser("A B\nloop(i,10) C ((i+j)*2)").parse();
fail(); fail();
} catch (ParserException e) { } catch (ParserException e) {
} }
} }
public void testUnexpectedEndLoop() throws IOException, ParserException { public void testUnexpectedEndLoop() throws IOException, ParserException {