Fix. File url in test
This commit is contained in:
parent
320a609983
commit
00c1bc4687
@ -668,9 +668,9 @@ end
|
||||
|
||||
local _ENV = TEST_CASE'read_callback' if ENABLE then
|
||||
|
||||
local uname = upath:normolize(path.fullpath(fname))
|
||||
local uname = upath:normalize(path.fullpath(fname))
|
||||
|
||||
local url = "FILE://" .. uname
|
||||
local url = "FILE:///" .. uname
|
||||
|
||||
local c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user