Skip to content

Commit 0f58791

Browse files
committed
Add test for 'environment variable'
Part of #4363
1 parent 8be5992 commit 0f58791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/word-variants.rakutest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ my %variants = %(
2525
# see for example doc/Language/js-nutshell.rakudoc
2626
Boolean => rx/ << boolean <!before \s* <[ \= \< \> \{ \} ]> > /,
2727
"call site" => rx/ <<'call' '-'? 'site'>>/,
28+
"environment variable" => rx:i/ << environmental [\s+|\-] variable/,
2829
filehandle => rx:i/ << file [\s+|\-] handle /,
2930
filesystem => rx:i/ << file [\s+|\-] system /,
3031
lookahead => rx:i/ << look \- ahead /,

0 commit comments

Comments
 (0)