mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Add test for #607
This commit is contained in:
@@ -484,4 +484,9 @@ public class ParserTests {
|
||||
expectGood("expressionsizevar");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testWhitespace() {
|
||||
expectGood("whitespace", false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user