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 a96285b commit c887819Copy full SHA for c887819
S03-smartmatch/scalar-hash.t
@@ -2,12 +2,12 @@ use v6;
2
use Test;
3
plan 3;
4
5
-#L<S03/"Smart matching"/Scalar Hash hash entry existence>
+#L<S03/"Smart matching"/Cool Hash hash entry existence>
6
{
7
my %h = (moep => 'foo', bar => Mu);
8
- ok ('moep' ~~ %h), 'Scalar ~~ Hash (+, True)';
9
- ok ('bar' ~~ %h), 'Scalar ~~ Hash (+, False)';
10
- ok !('foo' ~~ %h), 'Scalar ~~ Hash (-)';
+ ok ('moep' ~~ %h), 'Cool ~~ Hash (+, True)';
+ ok ('bar' ~~ %h), 'Cool ~~ Hash (+, False)';
+ ok !('foo' ~~ %h), 'Cool ~~ Hash (-)';
11
}
12
13
done;
0 commit comments