From 8933de7f646f0565edf700aa2f2fcab06d639855 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 26 Nov 2020 12:47:37 -0400 Subject: Fix some failing tests This fixes two failing tests * One was that when refactoring AestheticDirective, I accidentally broke doing padding before the value. * The other was that when allowing for using multiple ` on a directive, I accidentally broke parsing for ` directives --- clformat/data/clformat.sprop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clformat/data/clformat.sprop') diff --git a/clformat/data/clformat.sprop b/clformat/data/clformat.sprop index 2025c25..1d31de6 100644 --- a/clformat/data/clformat.sprop +++ b/clformat/data/clformat.sprop @@ -45,7 +45,7 @@ clFormatModifier (?:[@$:*]+) ## 1) A single, non-whitespace, non-/ character, optionally preceded by any ## number of grave characters. ## 2) A name enclosed in /'s -clFormatName (?:(?`*?[\S&&[^/]])|(?:/(?[\S&&[^/]]+)/)) +clFormatName (?:(?`*[\S&&[^/]])|(?:/(?[\S&&[^/]]+)/)) ################################################# # Generic format strings for regular expressions. -- cgit v1.2.3