From 9ce4e0e787c7e8f028a2c2f56c50b6d8f663e88c 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(+) (limited to 'test') 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!") -- cgit v1.2.1