# HG changeset patch # User Kim Alvefur # Date 1602955484 -7200 # Node ID bab8d01e139a3dbde5f3b5d56ad3cfd9682e397c # Parent d2b19560150db50951fd6f2d926fade880c5284f util_paths_spec: Trim trailing white space And add spacing between describe() blocks diff -r d2b19560150d -r bab8d01e139a spec/util_paths_spec.lua --- 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