From 7d5553601ccc6f3feed4f9563a6270739bd4da54 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 8 Jan 2023 03:01:28 +0000 Subject: CTAN sync 202301080301 --- support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm') diff --git a/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm b/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm index b1d619fad6..bf7008a6b4 100644 --- a/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm +++ b/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm @@ -43,7 +43,7 @@ sub construct_unnamed_grouping_braces_brackets_regexp { my $argumentsBefore = qr/${${$mainSettings{fineTuning}}{arguments}}{before}/; my $UnNamedGroupingFollowRegExp = qr/${${$mainSettings{fineTuning}}{UnNamedGroupingBracesBrackets}}{follow}/; - # store the regular expresssion for matching and replacing + # store the regular expression for matching and replacing $un_named_grouping_braces_RegExp = qr/ # NOT (?! @@ -81,7 +81,7 @@ sub create_unique_id { sub get_replacement_text { my $self = shift; - # the replacement text for a key = {value} needes to accomodate the leading [ OR { OR % OR , OR any combination thereof +# the replacement text for a key = {value} needes to accommodate the leading [ OR { OR % OR , OR any combination thereof $logger->trace("Custom replacement text routine for ${$self}{name}") if $is_t_switch_active; # the un-named object is a little special, as it doesn't have a name; as such, if there are blank lines before -- cgit v1.2.3