Software /
code /
prosody
Changeset
11182:bab8d01e139a
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 17 Oct 2020 19:24:44 +0200 |
parents | 11181:d2b19560150d |
children | 11183:2ac63715ef6f |
files | spec/util_paths_spec.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/util_paths_spec.lua Sat Oct 17 19:00:16 2020 +0200 +++ b/spec/util_paths_spec.lua Sat Oct 17 19:24:44 2020 +0200 @@ -20,8 +20,8 @@ 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