mirror of
https://github.com/searxng/searxng.git
synced 2025-08-30 15:10:48 +02:00
Make sure to prase everything before returning. Related: \ ``` FAIL: test_html_to_text (tests.unit.test_utils.TestUtils.test_html_to_text) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/searxng/searxng/tests/unit/test_utils.py", line 53, in test_html_to_text self.assertEqual(utils.html_to_text(r"regexp: (?<![a-zA-Z]"), "regexp: (?<![a-zA-Z]") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'regexp: (?' != 'regexp: (?<![a-zA-Z]' - regexp: (? + regexp: (?<![a-zA-Z] ``` |
||
---|---|---|
.. | ||
answerers | ||
botdetection | ||
data | ||
enginelib | ||
engines | ||
favicons | ||
infopage | ||
metrics | ||
network | ||
plugins | ||
result_types | ||
search | ||
static/themes/simple | ||
templates/simple | ||
translations | ||
__init__.py | ||
autocomplete.py | ||
babel_extract.py | ||
cache.py | ||
compat.py | ||
exceptions.py | ||
extended_types.py | ||
external_bang.py | ||
external_urls.py | ||
flaskfix.py | ||
limiter.py | ||
limiter.toml | ||
locales.py | ||
openmetrics.py | ||
preferences.py | ||
query.py | ||
redisdb.py | ||
redislib.py | ||
results.py | ||
searxng.msg | ||
settings.yml | ||
settings_defaults.py | ||
settings_loader.py | ||
sqlitedb.py | ||
sxng_locales.py | ||
unixthreadname.py | ||
utils.py | ||
version.py | ||
weather.py | ||
webadapter.py | ||
webapp.py | ||
webutils.py | ||
wikidata_units.py |