From 28e24781321caf223fadd6ac3a11d15edd509fa9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 21 Nov 2009 11:09:00 -0500 Subject: One more condition to test for phystokens --- test/stress_phystoken.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/stress_phystoken.txt b/test/stress_phystoken.txt index 654225c..7e2f285 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!") -- cgit v1.2.1