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 e2c4b95 commit fbafcc2Copy full SHA for fbafcc2
S03-smartmatch/disorganized.t
@@ -13,7 +13,7 @@ sub eval_elsewhere($code){ eval($code) }
13
#L<S03/Smart matching/Any undef undefined not .defined>
14
#?rakudo skip 'syntactic smar-matching'
15
{
16
- ok("foo" ~~ defined, "foo is ~~ .defined");
+ ok("foo" ~~ .defined, "foo is ~~ .defined");
17
nok "foo" !~~ .defined, 'not foo !~~ .defined';
18
nok((Mu ~~ .defined), "Mu is not .defined");
19
}
0 commit comments