From bc0a40ecb0995d0ac88ea67a76db4fc1d1dd35b3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Mar 2010 07:32:22 -0500 Subject: One more backslash, and this is a valid Python file. --- test/stress_phystoken.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/stress_phystoken.txt b/test/stress_phystoken.txt index 1206c4ac..a1e41490 100644 --- a/test/stress_phystoken.txt +++ b/test/stress_phystoken.txt @@ -41,7 +41,7 @@ class C(object): cont1 = "one line of text" + \ "another line of text" -a_long_string = +a_long_string = \ "part 1" \ "2" \ "3 is longer" -- cgit v1.2.1