Browse Source

[Test] Fix a broken unit test

pull/4365/head
Vsevolod Stakhov 4 years ago
parent
commit
4931133bd7
No known key found for this signature in database GPG Key ID: 7647B6790081437
  1. 2
      test/lua/unit/selectors.combined.lua

2
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>

Loading…
Cancel
Save