summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-13 07:32:22 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-03-13 07:32:22 -0500
commitb9ea05acfab073629e7187ae2d85887389302dee (patch)
treee758c4fd38aa89d32ba3636b37a24d95d343c608
parent34132f6966b50f6582d9dd80a0cba34a879624b1 (diff)
downloadpython-coveragepy-b9ea05acfab073629e7187ae2d85887389302dee.tar.gz
One more backslash, and this is a valid Python file.
-rw-r--r--test/stress_phystoken.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress_phystoken.txt b/test/stress_phystoken.txt
index 1206c4a..a1e4149 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"