summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_searchcode_code.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-11 20:29:47 +0700
committerstepshal <nessento@openmailbox.org>2016-07-11 23:53:13 +0700
commitb3ab221b9808ba2b7b01d417210af9b9527e661c (patch)
tree6ee035fb32906228376d9473e8524e8ed2be745a /tests/unit/engines/test_searchcode_code.py
parent3fd405dcd3fd46d5b6f2fe1df625eedf0f1fbe02 (diff)
Fix anomalous backslash in string
Diffstat (limited to 'tests/unit/engines/test_searchcode_code.py')
-rw-r--r--tests/unit/engines/test_searchcode_code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_searchcode_code.py b/tests/unit/engines/test_searchcode_code.py
index c0ac2025c..955aea111 100644
--- a/tests/unit/engines/test_searchcode_code.py
+++ b/tests/unit/engines/test_searchcode_code.py
@@ -63,7 +63,7 @@ class TestSearchcodeCodeEngine(SearxTestCase):
self.assertEqual(results[0]['repository'], 'https://repo')
self.assertEqual(results[0]['code_language'], 'cpp')
- json = """
+ json = r"""
{"toto":[
{"id":200,"name":"Artist Name",
"link":"http:\/\/www.searchcode_code.com\/artist\/1217","type":"artist"}