mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Add test for multiline strings in classes just to be safe.
Though the test isn't broken, just adding a multiline string within a class test case just out of an abundance of caution.
This commit is contained in:
@@ -425,6 +425,11 @@ public class ParserTests {
|
||||
expectGood("multilinestr");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMultilineStringClass() {
|
||||
expectGood("multilinestrclass");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMultiMultilineString() {
|
||||
expectGood("multimultilinestr");
|
||||
|
||||
Reference in New Issue
Block a user