mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
This commit is contained in:
parent
fce45aff34
commit
c812a98068
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ describe("util.paths", function ()
|
||||||
it("works", function ()
|
it("works", function ()
|
||||||
assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
|
assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
|
||||||
end);
|
end);
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
describe("#resolve_relative_path()", function ()
|
describe("#resolve_relative_path()", function ()
|
||||||
it("returns absolute paths as-is", function ()
|
it("returns absolute paths as-is", function ()
|
||||||
if sep == "/" then
|
if sep == "/" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue