Skip to content

Commit

Permalink
Fix doc/Language/regexes.pod6 xt/ failures. Fixes #3408.
Browse files Browse the repository at this point in the history
Add 'UCD' to xt/words.pws to fix xt/aspell test failures.
Add 'square' to description of \x character class to fix xt/braces test
failures.
  • Loading branch information
caseyjackmiles committed Jun 6, 2020
1 parent b91e0eb commit a33ff8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -537,7 +537,7 @@ character to be matched. For example:
C<\X> matches a single character that is not the given Unicode codepoint.
In addition, C<\x> and C<\X> can be used without brackets, in which case, any
In addition, C<\x> and C<\X> can be used without square brackets, in which case, any
characters that follow the C<x> or C<X> that are valid hexadecimal digits will
be consumed. This means that all of these are equivalent:
Expand Down
1 change: 1 addition & 0 deletions xt/words.pws
Expand Up @@ -1368,6 +1368,7 @@ typepretense
tz
ub
uc
ucd
ucfirst
udp
ugt
Expand Down

0 comments on commit a33ff8e

Please sign in to comment.