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
commitbc0a40ecb0995d0ac88ea67a76db4fc1d1dd35b3 (patch)
tree7927ee522fd0ceff48ae7d07a08f749c2c38ef08
parent86534d8ae7f73beff4b29a292159183e74de07d7 (diff)
downloadpython-coveragepy-git-bc0a40ecb0995d0ac88ea67a76db4fc1d1dd35b3.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 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"