We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0ef21 commit 2f0cceaCopy full SHA for 2f0ccea
S02-magicals/progname.t
@@ -10,7 +10,6 @@ if $*OS eq "browser" {
10
exit;
11
}
12
13
-#?rakudo skip 'No PROCESS yet'
14
ok(PROCESS::<$PROGRAM_NAME> ~~ / t['/'|'\\']spec['/'|'\\']S02'-'magicals['/'|'\\']progname'.'\w+$/, "progname var matches test file path");
15
ok($*PROGRAM_NAME ~~ / t['/'|'\\']spec['/'|'\\']S02'-'magicals['/'|'\\']progname'.'\w+$/, "progname var accessible as context var");
16
0 commit comments