@@ -21,32 +21,38 @@ S02-literals/hash-interpolation.t
21
21
S02-literals/hex_chars.t
22
22
S02-literals/pair-boolean.t
23
23
S02-literals/radix.t
24
+ S02-literals/string-interpolation.t
24
25
S02-literals/sub-calls.t
25
26
S02-literals/underscores.t
26
27
S02-magicals/block.t
27
28
S02-magicals/dollar-underscore.t
28
29
S02-magicals/subname.t
29
30
S02-magicals/sub.t
30
31
S02-names/caller.t
32
+ S02-names/symbolic-deref.t
31
33
S02-names-vars/variables-and-packages.t
32
34
S02-types/array_extending.t
33
35
S02-types/assigning-refs.t
34
36
S02-types/catch_type_cast_mismatch.t
35
37
S02-types/flattening.t
36
38
S02-types/hash_ref.t
37
39
S02-types/hash.t
40
+ S02-types/mixed_multi_dimensional.t
41
+ S02-types/nan.t
38
42
S02-types/nested_arrays.t
39
43
S02-types/nested_pairs.t
40
44
S02-types/parsing-bool.t
41
45
S02-types/subscripts_and_context.t
42
46
S02-types/unicode.t
47
+ S03-binding/arrays.t
43
48
S03-binding/hashes.t
44
49
S03-binding/nested.t
45
50
S03-binding/scalars.t
46
51
S03-binding/subs.t
47
52
S03-operators/assign-is-not-binding.t
48
53
S03-operators/autoincrement.t
49
54
S03-operators/autovivification.t
55
+ S03-operators/bit.t
50
56
S03-operators/chained-declarators.t
51
57
S03-operators/context-forcers.t
52
58
S03-operators/equality.t
@@ -61,6 +67,7 @@ S03-smartmatch/any-array.t
61
67
S03-smartmatch/any-complex.t
62
68
S03-smartmatch/any-hash.t
63
69
S03-smartmatch/array-array.t
70
+ S04-blocks-and-statements/pointy.t
64
71
S04-exceptions/control_across_runloop.t
65
72
S04-phasers/ascending-order.t
66
73
S04-phasers/descending-order.t
@@ -69,6 +76,7 @@ S04-phasers/init.t
69
76
S04-phasers/multiple.t
70
77
S04-phasers/next.t
71
78
S04-phasers/pre-post.t
79
+ S04-phasers/start.t
72
80
S04-statement-modifiers/for.t
73
81
S04-statements/for-scope.t
74
82
S04-statements/for_with_only_one_item.t
@@ -89,6 +97,7 @@ S05-mass/stdrules.t
89
97
S05-metachars/line-anchors.t
90
98
S05-metachars/newline.t
91
99
S05-metasyntax/litvar.t
100
+ S05-metasyntax/repeat.t
92
101
S05-modifier/perl5_1.t
93
102
S05-modifier/perl5_2.t
94
103
S05-modifier/perl5_3.t
@@ -98,6 +107,7 @@ S05-modifier/perl5_7.t
98
107
S05-modifier/perl5_8.t
99
108
S05-modifier/perl5_9.t
100
109
S05-substitution/match.t
110
+ S05-transliteration/trans.t
101
111
S06-advanced/lexical-subs.t
102
112
S06-advanced/recurse.t
103
113
S06-advanced/return_function.t
@@ -125,6 +135,7 @@ S11-modules/require.t
125
135
S12-attributes/undeclared.t
126
136
S12-class/basic.t
127
137
S12-class/inheritance-class-methods.t
138
+ S12-class/inheritance.t
128
139
S12-class/literal.t
129
140
S12-class/self-inheritance.t
130
141
S12-construction/destruction.t
@@ -160,8 +171,12 @@ S32-array/end.t
160
171
S32-array/keys_values.t
161
172
S32-array/pairs.t
162
173
S32-container/cat.t
174
+ S32-hash/delete.t
163
175
S32-hash/keys_values.t
176
+ S32-hash/slice.t
164
177
S32-list/map.t
178
+ S32-list/sort.t
179
+ S32-num/int.t
165
180
S32-num/pi.t
166
181
S32-num/sign.t
167
182
S32-num/sqrt.t
@@ -174,6 +189,7 @@ S32-str/lc.t
174
189
S32-str/length.t
175
190
S32-str/quotemeta.t
176
191
S32-str/rindex.t
192
+ S32-str/substr.t
177
193
S32-str/ucfirst.t
178
194
S32-str/uc.t
179
195
S32-temporal/time.t
0 commit comments