diff options
-rw-r--r-- | test/stress_phystoken.txt | 5 |
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!") |