Ivan Gabaldon
49fdf4edd9
[fix] utils: truncated result (#4949)
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]
```
2025-06-27 17:52:12 +02:00
..
2025-05-20 21:03:54 +02:00
2025-05-20 21:03:54 +02:00
2025-06-23 22:12:18 +02:00
2025-05-20 21:03:54 +02:00
2025-06-23 22:57:11 +02:00
2025-05-20 21:03:54 +02:00
2025-06-23 23:01:29 +02:00
2024-11-25 16:57:03 +01:00
2025-05-24 12:40:05 +02:00
2025-06-23 23:01:29 +02:00
2025-05-31 20:34:59 +02:00
2025-05-25 10:40:57 +02:00
2025-06-22 09:41:16 +02:00
2025-06-23 23:01:29 +02:00
2025-06-27 14:47:34 +02:00
2025-04-22 14:26:11 +02:00
2025-06-25 17:38:31 +02:00
2025-05-31 20:34:59 +02:00
2025-06-23 22:12:18 +02:00
2024-10-05 08:18:28 +02:00
2024-10-19 14:55:44 +02:00
2025-05-20 21:03:54 +02:00
2024-03-11 14:55:38 +01:00
2024-03-11 14:55:38 +01:00
2024-03-11 14:55:38 +01:00
2025-05-04 02:07:26 +02:00
2024-11-24 12:41:57 +01:00
2025-01-28 07:07:08 +01:00
2025-05-20 21:03:54 +02:00
2025-03-29 10:16:43 +01:00
2025-04-24 10:40:18 +02:00
2024-03-11 14:55:38 +01:00
2024-03-11 14:55:38 +01:00
2025-03-15 10:36:33 +01:00
2025-05-31 20:34:59 +02:00
2025-05-13 10:37:02 +02:00
2024-07-14 18:10:06 +02:00
2025-06-25 17:38:31 +02:00
2025-05-20 21:03:54 +02:00
2025-04-23 14:06:32 +02:00
2024-03-11 14:55:38 +01:00
2025-06-27 17:52:12 +02:00
2025-05-11 18:12:51 +02:00
2025-05-31 20:34:59 +02:00
2024-11-24 12:41:57 +01:00
2025-05-23 17:11:41 +02:00
2025-04-22 14:26:11 +02:00
2025-05-31 20:34:59 +02:00