mirror of
https://github.com/processing/processing4.git
synced 2026-02-19 21:35:55 +01:00
Updated the unit tests for ParserTests and the expected input and output for the respective tests to match the current state of Processing.
This commit is contained in:
@@ -184,7 +184,7 @@ public class ParserTests {
|
||||
|
||||
@Test
|
||||
public void bug820() {
|
||||
expectCompilerException("bug820", "x1 is already defined in setup()", 21);
|
||||
expectCompilerException("bug820", "error: variable x1 is already defined in method setup()", 18);
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -194,7 +194,7 @@ public class ParserTests {
|
||||
|
||||
@Test
|
||||
public void bug1145() {
|
||||
expectCompilerException("bug1145", "'.' expected", 4);
|
||||
expectCompilerException("bug1145", "error: '.' expected", 6);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user