oops.. remove out paths.
This commit is contained in:
parent
c3c2045d92
commit
fc9c8d224d
@ -434,8 +434,8 @@
|
||||
end
|
||||
|
||||
function suite.normalize_singleDot()
|
||||
local p = path.normalize("../../generated/Protocol/External/BattlePay/./asterion.pb.cc")
|
||||
test.isequal("../../generated/Protocol/External/BattlePay/asterion.pb.cc", p)
|
||||
local p = path.normalize("../../p1/p2/p3/p4/./a.pb.cc")
|
||||
test.isequal("../../p1/p2/p3/p4/a.pb.cc", p)
|
||||
end
|
||||
|
||||
function suite.normalize()
|
||||
|
Loading…
Reference in New Issue
Block a user