Skip to content

Commit

Permalink
re/pat.t: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 3, 2023
1 parent 7f8d30a commit 5d7d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/re/pat.t
Expand Up @@ -1510,7 +1510,7 @@ EOP
ok("\x{017F}\x{017F}" =~ qr/^[$sharp_s]?$/i, "[] to EXACTish optimization");
}

{ # Test that it avoids spllitting a multi-char fold across nodes.
{ # Test that it avoids splitting a multi-char fold across nodes.
# These all fold to things that are like 'ss', which, if split across
# nodes could fail to match a single character that folds to the
# combination. 1F0 byte expands when folded;
Expand Down

0 comments on commit 5d7d794

Please sign in to comment.