Browse Source

[Minor] Adjust unit test

tags/3.0
Vsevolod Stakhov 2 years ago
parent
commit
1dfd85e022
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/lua/unit/url.lua

+ 1
- 1
test/lua/unit/url.lua View File

@@ -140,7 +140,7 @@ context("URL check functions", function()
user = "@", host = "example.com"
}},
{"https://example.com\\_Resources\\ClientImages\\UserData?ol\\o#ololo\\", true, {
host = "example.com", path = "_Resources/ClientImages/UserData",
host = "example.com", path = "_Resources\\ClientImages\\UserData",
query = "ol\\o", fragment = "ololo\\",
}},
}

Loading…
Cancel
Save