mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Closes #290: Support detection of mixed modes in preproc.
Make a more friendly error message when the user is mixing modes, allowing for localization of error.
This commit is contained in:
@@ -405,4 +405,9 @@ public class ParserTests {
|
||||
expectGood("sizethis");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMixing() {
|
||||
expectRunnerException("mixing", 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user