Skip to content

Commit

Permalink
Merge pull request #3465 from caseyjackmiles/master
Browse files Browse the repository at this point in the history
Fix doc/Language/regexes.pod6 xt/ failures. Fixes #3408.
  • Loading branch information
JJ committed Jun 6, 2020
2 parents b91e0eb + a33ff8e commit 479a834
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 479a834

Please sign in to comment.