Browse Source

[Test] Fix a broken unit test

tags/3.5
Vsevolod Stakhov 1 year ago
parent
commit
4931133bd7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/lua/unit/selectors.combined.lua

+ 1
- 1
test/lua/unit/selectors.combined.lua View File

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