mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 11:51:54 +01:00
Closes #371: Mutli-line string support.
Offers support for multi-line strings with a flag to simulate the feature prior to switching to Java 17 build flags. Note that comments are left in (TODOs) where the switch would be required to support it "natively".
This commit is contained in:
@@ -415,4 +415,9 @@ public class ParserTests {
|
||||
expectGood("sizeclass");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMultlineString() {
|
||||
expectGood("multilinestr");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user