Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow more unicode-specific variances.
  • Loading branch information
coke committed Oct 28, 2018
1 parent 7bfc6a8 commit 987f600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xt/word-variants.t
Expand Up @@ -20,11 +20,13 @@ my %variants = %( filehandle => 'file [\s+|\-] handle',
lookahead => 'look \- ahead',
lookbehind => 'look [\s+|\-] behind',
smartmatch => 'smart [\s+|\-] match',
zero-width => 'zero \s+ width<!before \' joiner\'>',
zero-width => 'zero \s+ width<!before \' joiner\'><!before \' no-break space\'>',
NYI => 'niy',
metaoperator => 'meta [\s+|\-] operator',
semicolon => 'semi [\s+|\-] colon',
);
# zero-width in particular has several unicode documentation variants we allow

plan +@files;

for @files.sort -> $file {
Expand Down

0 comments on commit 987f600

Please sign in to comment.