mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Add variable modifier to multi-multiline string test.
This commit is contained in:
@@ -16,7 +16,7 @@ public class multimultilinestr extends PApplet {
|
||||
|
||||
public void setup() {
|
||||
String testMultiline1 = "\nline1 \"\nline 2 \"\"\nline 3\nline 4";
|
||||
String testMultiline2 = "\nline5 \"\nline 6 \"\"\nline 7\nline 8";
|
||||
final String testMultiline2 = "\nline5 \"\nline 6 \"\"\nline 7\nline 8";
|
||||
|
||||
println(testMultiline1);
|
||||
println(testMultiline2);
|
||||
|
||||
@@ -4,7 +4,7 @@ line 2 ""
|
||||
line 3
|
||||
line 4""";
|
||||
|
||||
String testMultiline2 = """
|
||||
final String testMultiline2 = """
|
||||
line5 "
|
||||
line 6 ""
|
||||
line 7
|
||||
|
||||
Reference in New Issue
Block a user