@@ -50,52 +50,52 @@ public function testDoubleArrow($testMarker)
50
50
public function dataDoubleArrow ()
51
51
{
52
52
return [
53
- 'simple_long_array ' => ['/* testLongArrayArrowSimple */ ' ],
54
- 'simple_short_array ' => ['/* testShortArrayArrowSimple */ ' ],
55
- 'simple_long_list ' => ['/* testLongListArrowSimple */ ' ],
56
- 'simple_short_list ' => ['/* testShortListArrowSimple */ ' ],
57
- 'simple_yield ' => ['/* testYieldArrowSimple */ ' ],
58
- 'simple_foreach ' => ['/* testForeachArrowSimple */ ' ],
59
-
60
- 'long_array_with_match_value_1 ' => ['/* testLongArrayArrowWithNestedMatchValue1 */ ' ],
61
- 'long_array_with_match_value_2 ' => ['/* testLongArrayArrowWithNestedMatchValue2 */ ' ],
62
- 'short_array_with_match_value_1 ' => ['/* testShortArrayArrowWithNestedMatchValue1 */ ' ],
63
- 'short_array_with_match_value_2 ' => ['/* testShortArrayArrowWithNestedMatchValue2 */ ' ],
64
-
65
- 'long_array_with_match_key ' => ['/* testLongArrayArrowWithMatchKey */ ' ],
66
- 'short_array_with_match_key ' => ['/* testShortArrayArrowWithMatchKey */ ' ],
67
-
68
- 'long_array_in_match_body_1 ' => ['/* testLongArrayArrowInMatchBody1 */ ' ],
69
- 'long_array_in_match_body_2 ' => ['/* testLongArrayArrowInMatchBody2 */ ' ],
70
- 'long_array_in_match_body_2 ' => ['/* testLongArrayArrowInMatchBody3 */ ' ],
71
- 'short_array_in_match_body_1 ' => ['/* testShortArrayArrowInMatchBody1 */ ' ],
72
- 'short_array_in_match_body_2 ' => ['/* testShortArrayArrowInMatchBody2 */ ' ],
73
- 'short_array_in_match_body_2 ' => ['/* testShortArrayArrowInMatchBody3 */ ' ],
74
-
75
- 'short_array_in_match_case_1 ' => ['/* testShortArrayArrowinMatchCase1 */ ' ],
76
- 'short_array_in_match_case_2 ' => ['/* testShortArrayArrowinMatchCase2 */ ' ],
77
- 'short_array_in_match_case_3 ' => ['/* testShortArrayArrowinMatchCase3 */ ' ],
78
- 'long_array_in_match_case_4 ' => ['/* testLongArrayArrowinMatchCase4 */ ' ],
79
-
80
- 'in_complex_short_array_key_match_value ' => ['/* testShortArrayArrowInComplexMatchValueinShortArrayKey */ ' ],
81
- 'in_complex_short_array_toplevel ' => ['/* testShortArrayArrowInComplexMatchArrayMismash */ ' ],
82
- 'in_complex_short_array_value_match_value ' => ['/* testShortArrayArrowInComplexMatchValueinShortArrayValue */ ' ],
83
-
84
- 'long_list_in_match_body ' => ['/* testLongListArrowInMatchBody */ ' ],
85
- 'long_list_in_match_case ' => ['/* testLongListArrowInMatchCase */ ' ],
86
- 'short_list_in_match_body ' => ['/* testShortListArrowInMatchBody */ ' ],
87
- 'short_list_in_match_case ' => ['/* testShortListArrowInMatchCase */ ' ],
88
- 'long_list_with_match_in_key ' => ['/* testLongListArrowWithMatchInKey */ ' ],
89
- 'short_list_with_match_in_key ' => ['/* testShortListArrowWithMatchInKey */ ' ],
90
-
91
- 'long_array_with_constant_default_in_key ' => ['/* testLongArrayArrowWithClassConstantKey */ ' ],
92
- 'short_array_with_constant_default_in_key ' => ['/* testShortArrayArrowWithClassConstantKey */ ' ],
93
- 'yield_with_constant_default_in_key ' => ['/* testYieldArrowWithClassConstantKey */ ' ],
94
-
95
- 'long_array_with_default_in_key_in_match ' => ['/* testLongArrayArrowWithClassConstantKeyNestedInMatch */ ' ],
96
- 'short_array_with_default_in_key_in_match ' => ['/* testShortArrayArrowWithClassConstantKeyNestedInMatch */ ' ],
97
- 'long_array_with_default_in_key_with_match ' => ['/* testLongArrayArrowWithClassConstantKeyWithNestedMatch */ ' ],
98
- 'long_array_with_default_in_key_with_match ' => ['/* testShortArrayArrowWithClassConstantKeyWithNestedMatch */ ' ],
53
+ 'simple_long_array ' => ['/* testLongArrayArrowSimple */ ' ],
54
+ 'simple_short_array ' => ['/* testShortArrayArrowSimple */ ' ],
55
+ 'simple_long_list ' => ['/* testLongListArrowSimple */ ' ],
56
+ 'simple_short_list ' => ['/* testShortListArrowSimple */ ' ],
57
+ 'simple_yield ' => ['/* testYieldArrowSimple */ ' ],
58
+ 'simple_foreach ' => ['/* testForeachArrowSimple */ ' ],
59
+
60
+ 'long_array_with_match_value_1 ' => ['/* testLongArrayArrowWithNestedMatchValue1 */ ' ],
61
+ 'long_array_with_match_value_2 ' => ['/* testLongArrayArrowWithNestedMatchValue2 */ ' ],
62
+ 'short_array_with_match_value_1 ' => ['/* testShortArrayArrowWithNestedMatchValue1 */ ' ],
63
+ 'short_array_with_match_value_2 ' => ['/* testShortArrayArrowWithNestedMatchValue2 */ ' ],
64
+
65
+ 'long_array_with_match_key ' => ['/* testLongArrayArrowWithMatchKey */ ' ],
66
+ 'short_array_with_match_key ' => ['/* testShortArrayArrowWithMatchKey */ ' ],
67
+
68
+ 'long_array_in_match_body_1 ' => ['/* testLongArrayArrowInMatchBody1 */ ' ],
69
+ 'long_array_in_match_body_2 ' => ['/* testLongArrayArrowInMatchBody2 */ ' ],
70
+ 'long_array_in_match_body_3 ' => ['/* testLongArrayArrowInMatchBody3 */ ' ],
71
+ 'short_array_in_match_body_1 ' => ['/* testShortArrayArrowInMatchBody1 */ ' ],
72
+ 'short_array_in_match_body_2 ' => ['/* testShortArrayArrowInMatchBody2 */ ' ],
73
+ 'short_array_in_match_body_3 ' => ['/* testShortArrayArrowInMatchBody3 */ ' ],
74
+
75
+ 'short_array_in_match_case_1 ' => ['/* testShortArrayArrowinMatchCase1 */ ' ],
76
+ 'short_array_in_match_case_2 ' => ['/* testShortArrayArrowinMatchCase2 */ ' ],
77
+ 'short_array_in_match_case_3 ' => ['/* testShortArrayArrowinMatchCase3 */ ' ],
78
+ 'long_array_in_match_case_4 ' => ['/* testLongArrayArrowinMatchCase4 */ ' ],
79
+
80
+ 'in_complex_short_array_key_match_value ' => ['/* testShortArrayArrowInComplexMatchValueinShortArrayKey */ ' ],
81
+ 'in_complex_short_array_toplevel ' => ['/* testShortArrayArrowInComplexMatchArrayMismash */ ' ],
82
+ 'in_complex_short_array_value_match_value ' => ['/* testShortArrayArrowInComplexMatchValueinShortArrayValue */ ' ],
83
+
84
+ 'long_list_in_match_body ' => ['/* testLongListArrowInMatchBody */ ' ],
85
+ 'long_list_in_match_case ' => ['/* testLongListArrowInMatchCase */ ' ],
86
+ 'short_list_in_match_body ' => ['/* testShortListArrowInMatchBody */ ' ],
87
+ 'short_list_in_match_case ' => ['/* testShortListArrowInMatchCase */ ' ],
88
+ 'long_list_with_match_in_key ' => ['/* testLongListArrowWithMatchInKey */ ' ],
89
+ 'short_list_with_match_in_key ' => ['/* testShortListArrowWithMatchInKey */ ' ],
90
+
91
+ 'long_array_with_constant_default_in_key ' => ['/* testLongArrayArrowWithClassConstantKey */ ' ],
92
+ 'short_array_with_constant_default_in_key ' => ['/* testShortArrayArrowWithClassConstantKey */ ' ],
93
+ 'yield_with_constant_default_in_key ' => ['/* testYieldArrowWithClassConstantKey */ ' ],
94
+
95
+ 'long_array_with_default_in_key_in_match ' => ['/* testLongArrayArrowWithClassConstantKeyNestedInMatch */ ' ],
96
+ 'short_array_with_default_in_key_in_match ' => ['/* testShortArrayArrowWithClassConstantKeyNestedInMatch */ ' ],
97
+ 'long_array_with_default_in_key_with_match ' => ['/* testLongArrayArrowWithClassConstantKeyWithNestedMatch */ ' ],
98
+ 'short_array_with_default_in_key_with_match ' => ['/* testShortArrayArrowWithClassConstantKeyWithNestedMatch */ ' ],
99
99
];
100
100
101
101
}//end dataDoubleArrow()
@@ -170,7 +170,7 @@ public function dataMatchArrow()
170
170
'in_complex_short_array_key_1 ' => ['/* testMatchArrowInComplexShortArrayKey1 */ ' ],
171
171
'in_complex_short_array_key_2 ' => ['/* testMatchArrowInComplexShortArrayKey2 */ ' ],
172
172
'in_complex_short_array_value_1 ' => ['/* testMatchArrowInComplexShortArrayValue1 */ ' ],
173
- 'in_complex_short_array_key_2 ' => ['/* testMatchArrowInComplexShortArrayValue1 */ ' ],
173
+ 'in_complex_short_array_value_2 ' => ['/* testMatchArrowInComplexShortArrayValue2 */ ' ],
174
174
175
175
'with_long_list_in_body ' => ['/* testMatchArrowWithLongListBody */ ' ],
176
176
'with_long_list_in_case ' => ['/* testMatchArrowWithLongListInCase */ ' ],
0 commit comments