aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_paths_spec.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-10-17 19:24:44 +0200
committerKim Alvefur <zash@zash.se>2020-10-17 19:24:44 +0200
commitc812a980682ce678045ee8031b8b0da9237458f0 (patch)
tree727483776da8fe8778437e5d771b892eef7847b2 /spec/util_paths_spec.lua
parentfce45aff34dea1959b0640d9a02374c6bb5897de (diff)
downloadprosody-c812a980682ce678045ee8031b8b0da9237458f0.tar.gz
prosody-c812a980682ce678045ee8031b8b0da9237458f0.zip
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
Diffstat (limited to 'spec/util_paths_spec.lua')
-rw-r--r--spec/util_paths_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_paths_spec.lua b/spec/util_paths_spec.lua
index 243b35fb..2e8a0c08 100644
--- a/spec/util_paths_spec.lua
+++ b/spec/util_paths_spec.lua
@@ -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