Skip to content

Commit 00c1bc4

Browse files
committed
Fix. File url in test
1 parent 320a609 commit 00c1bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_easy.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,9 @@ end
668668

669669
local _ENV = TEST_CASE'read_callback' if ENABLE then
670670

671-
local uname = upath:normolize(path.fullpath(fname))
671+
local uname = upath:normalize(path.fullpath(fname))
672672

673-
local url = "FILE://" .. uname
673+
local url = "FILE:///" .. uname
674674

675675
local c
676676

0 commit comments

Comments
 (0)