Skip to content

Commit

Permalink
Also complain about env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 8, 2023
1 parent 6eefa3f commit 9bbb9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/word-variants.rakutest
Expand Up @@ -25,7 +25,7 @@ my %variants = %(
# see for example doc/Language/js-nutshell.rakudoc
Boolean => rx/ << boolean <!before \s* <[ \= \< \> \{ \} ]> > /,
"call site" => rx/ <<'call' '-'? 'site'>>/,
"environment variable" => rx:i/ << environmental [\s+|\-] variable/,
"environment variable" => rx:i/ << env(ironmental)? [\s+|\-] variable/,
filehandle => rx:i/ << file [\s+|\-] handle /,
filesystem => rx:i/ << file [\s+|\-] system /,
lookahead => rx:i/ << look \- ahead /,
Expand Down

0 comments on commit 9bbb9e3

Please sign in to comment.