fix(utils): is_uri empty path (#2671)

(cherry picked from commit 83133f66c8)
This commit is contained in:
James Trew
2023-09-05 16:08:30 +02:00
committed by Simon Hauser
parent 30ba3dbdff
commit c4032ad297
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ describe("is_uri", function()
"hello",
"hello:",
"123",
"",
}
for _, input in ipairs(inputs) do
it(input, function()