summaryrefslogtreecommitdiff
path: root/clformat/data
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-11-26 12:47:37 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-11-26 12:47:37 -0400
commit8933de7f646f0565edf700aa2f2fcab06d639855 (patch)
tree7da4bf9f88477986a8af239a81138d7f499076eb /clformat/data
parent03de62016afa4e392f32069ec28ad58ee38699da (diff)
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
Diffstat (limited to 'clformat/data')
-rw-r--r--clformat/data/clformat.sprop2
1 files changed, 1 insertions, 1 deletions
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 (?:(?<name>`*?[\S&&[^/]])|(?:/(?<funcname>[\S&&[^/]]+)/))
+clFormatName (?:(?<name>`*[\S&&[^/]])|(?:/(?<funcname>[\S&&[^/]]+)/))
#################################################
# Generic format strings for regular expressions.