summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/stress_phystoken.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/stress_phystoken.txt b/test/stress_phystoken.txt
index 654225c3..7e2f2858 100644
--- a/test/stress_phystoken.txt
+++ b/test/stress_phystoken.txt
@@ -40,6 +40,11 @@ class C(object):
cont1 = "one line of text" + \
"another line of text"
+a_long_string =
+ "part 1" \
+ "2" \
+ "3 is longer"
+
def hello():
print("Hello world!")