Skip to content

Commit

Permalink
增加一个测试
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Aug 16, 2023
1 parent 188724d commit ac93a64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_filesystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ function test_fs:test_exists()

create_file(filename)
is_exists(filename, true)
if not isMinGW then
-- TODO: mingw bug
is_exists(filename.."/", false)
end
is_exists(filename.."/"..filename, false)

fs.remove(filename)
Expand Down

0 comments on commit ac93a64

Please sign in to comment.