Skip to content

Commit

Permalink
Fix test xt/word-variants.t for variants of term smart-match
Browse files Browse the repository at this point in the history
  • Loading branch information
chsanch committed May 29, 2018
1 parent 9162794 commit eb362a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xt/word-variants.t
Expand Up @@ -19,7 +19,11 @@ my %variants = %(
"short-hand" => "shorthand",
"look-ahead" => "lookahead",
"look-behind" => "lookbehind",
"smart-match" | "smartmatches" | "smartmatching" | "smartmatched" => "smartmatch",
"smart-match" => "smartmatch",
"smart-matches" => "smartmatches",
"smart-matching" => "smartmatching",
"smart-matched" => "smartmatched",
"smart-match" => "smartmatch"
);
plan +@files;

Expand Down

0 comments on commit eb362a3

Please sign in to comment.