diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-09-21 10:36:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-21 10:36:42 +0200 |
| commit | aaf5d506e51197603922d7b9d259c0f4e498f62b (patch) | |
| tree | f7419a06d1e6ef72613e720c050f5dc8fec9b35e /tests/unit | |
| parent | 8f48c518aa049a37e6e7721cb17ceef92c519ca8 (diff) | |
| parent | d1d4ed4376e41fa380b5b3a72e1b08e1f36a35e8 (diff) | |
Merge pull request #702 from a01200356/digbt
[fix] results with digbit don't truncate anymore
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/engines/test_digbt.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/engines/test_digbt.py b/tests/unit/engines/test_digbt.py index 867188ed9..31a1b03a4 100644 --- a/tests/unit/engines/test_digbt.py +++ b/tests/unit/engines/test_digbt.py @@ -28,7 +28,9 @@ class TestDigBTEngine(SearxTestCase): <table class="table"> <tr><td class="x-item"> <div> - <a title="The Big Bang Theory" class="title" href="/The-Big-Bang-Theory-d2.html">The Big Bang Theory</a> + <a title="The Big Bang Theory" class="title" href="/The-Big-Bang-Theory-d2.html"> + The Big <span class="highlight">Bang</span> Theory + </a> <span class="ctime"><span style="color:red;">4 hours ago</span></span> </div> <div class="files"> |