File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plan 47;
10
10
# See thread "Binding of array elements" on p6l started by Ingo Blechschmidt:
11
11
# L<"http://www.nntp.perl.org/group/perl.perl6.language/22915">
12
12
13
- # ?rakudo skip 'array element binding'
14
13
{
15
14
my @ array = <a b c >;
16
15
my $ var = " d" ;
@@ -29,7 +28,6 @@ plan 47;
29
28
is $ var , " f" , " basic binding of an array element (3)" ;
30
29
}
31
30
32
- # ?rakudo skip 'array element binding'
33
31
{
34
32
my @ array = <a b c >;
35
33
my $ var = " d" ;
@@ -53,7 +51,6 @@ plan 47;
53
51
is @ array [1 ], " g" , " binding of array elements works with .delete (5)" ;
54
52
}
55
53
56
- # ?rakudo skip 'array element binding'
57
54
{
58
55
my @ array = <a b c >;
59
56
my $ var = " d" ;
@@ -74,7 +71,6 @@ plan 47;
74
71
is @ array [1 ], " g" , " binding of array elements works with resetting the array (5)" ;
75
72
}
76
73
77
- # ?rakudo skip 'array element binding'
78
74
{
79
75
my @ array = <a b c >;
80
76
my $ var = " d" ;
@@ -149,7 +145,6 @@ plan 47;
149
145
}
150
146
151
147
# Binding of not yet existing elements should autovivify
152
- # ?rakudo skip 'array element binding'
153
148
{
154
149
my @ array ;
155
150
my $ var = " d" ;
You can’t perform that action at this time.
0 commit comments