aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_language_base.py
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-05-28 01:11:04 +0800
committerJason <jason.daurus@gmail.com>2016-05-28 01:11:04 +0800
commit9e869f0aa17cbd202f72bab1540d866f7274a8a1 (patch)
tree765b55027aba7685264e838d285c0587d18b9205 /test/pathod/test_language_base.py
parentfb639c2e11225531172fb7b452250b58295a5a58 (diff)
parent22ecd022a84e1c3762dd425bc9bee2230e393d8d (diff)
downloadmitmproxy-9e869f0aa17cbd202f72bab1540d866f7274a8a1.tar.gz
mitmproxy-9e869f0aa17cbd202f72bab1540d866f7274a8a1.tar.bz2
mitmproxy-9e869f0aa17cbd202f72bab1540d866f7274a8a1.zip
Merge remote-tracking branch 'origin/master' into contentview
Diffstat (limited to 'test/pathod/test_language_base.py')
-rw-r--r--test/pathod/test_language_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_language_base.py b/test/pathod/test_language_base.py
index 64d4af1f..2e5d9041 100644
--- a/test/pathod/test_language_base.py
+++ b/test/pathod/test_language_base.py
@@ -67,7 +67,7 @@ class TestTokValueLiteral:
def test_roundtrip(self):
self.roundtrip("'")
- self.roundtrip('\'')
+ self.roundtrip(r"\'")
self.roundtrip("a")
self.roundtrip("\"")
# self.roundtrip("\\")