util_paths_spec: Trim trailing white space

And add spacing between describe() blocks
This commit is contained in:
Kim Alvefur 2020-10-17 19:24:44 +02:00
parent fce45aff34
commit c812a98068

View file

@ -20,8 +20,8 @@ describe("util.paths", function ()
it("works", function ()
assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
end);
end)
describe("#resolve_relative_path()", function ()
it("returns absolute paths as-is", function ()
if sep == "/" then