We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d30a commit 5d7d794Copy full SHA for 5d7d794
t/re/pat.t
@@ -1510,7 +1510,7 @@ EOP
1510
ok("\x{017F}\x{017F}" =~ qr/^[$sharp_s]?$/i, "[] to EXACTish optimization");
1511
}
1512
1513
- { # Test that it avoids spllitting a multi-char fold across nodes.
+ { # Test that it avoids splitting a multi-char fold across nodes.
1514
# These all fold to things that are like 'ss', which, if split across
1515
# nodes could fail to match a single character that folds to the
1516
# combination. 1F0 byte expands when folded;
0 commit comments