diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-11 22:07:12 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-11 22:07:12 +0000 |
commit | 4931133bd7b97c7ab3a3bf74fb5aeab1cac74baf (patch) | |
tree | 741835a0ba86c1e5c93db321d1b160119bcaa26b /test/lua | |
parent | e8217567661255e0ee889684d2b0b1ebe0c41353 (diff) | |
download | rspamd-4931133bd7b97c7ab3a3bf74fb5aeab1cac74baf.tar.gz rspamd-4931133bd7b97c7ab3a3bf74fb5aeab1cac74baf.zip |
[Test] Fix a broken unit test
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/selectors.combined.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/selectors.combined.lua b/test/lua/unit/selectors.combined.lua index 31133dbb0..2c1aa0878 100644 --- a/test/lua/unit/selectors.combined.lua +++ b/test/lua/unit/selectors.combined.lua @@ -104,7 +104,7 @@ Hello world Content-Type: text/html; charset="utf-8" <html><body> -<a href="http://example.net/path?query">http://example.net</a> +<a href="http://example.net/path?query">http://example.net/path?query</a> <a href="mailto:test@example.net">mail me</a> </html> |