diff options
author | Jason <jason.daurus@gmail.com> | 2016-05-28 01:11:04 +0800 |
---|---|---|
committer | Jason <jason.daurus@gmail.com> | 2016-05-28 01:11:04 +0800 |
commit | 9e869f0aa17cbd202f72bab1540d866f7274a8a1 (patch) | |
tree | 765b55027aba7685264e838d285c0587d18b9205 /test/pathod/test_language_base.py | |
parent | fb639c2e11225531172fb7b452250b58295a5a58 (diff) | |
parent | 22ecd022a84e1c3762dd425bc9bee2230e393d8d (diff) | |
download | mitmproxy-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.py | 2 |
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("\\") |