@@ -134,17 +134,17 @@ public function it_transforms_list_blocks()
134134 [
135135 'type ' => 'orderedList ' ,
136136 'content ' => [
137- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Ordered One ' ]] ]]],
138- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Ordered Two ' ]] ]]],
139- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Ordered Three ' ]] ]]],
137+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Ordered One ' ]]],
138+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Ordered Two ' ]]],
139+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Ordered Three ' ]]],
140140 ],
141141 ],
142142 [
143143 'type ' => 'bulletList ' ,
144144 'content ' => [
145- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Unordered One ' ]] ]]],
146- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Unordered Two ' ]] ]]],
147- ['type ' => 'listItem ' , 'content ' => [['type ' => 'paragraph ' , ' content ' => [[ ' type ' => ' text ' , 'text ' => 'Unordered Three ' ]] ]]],
145+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Unordered One ' ]]],
146+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Unordered Two ' ]]],
147+ ['type ' => 'listItem ' , 'content ' => [['type ' => 'text ' , 'text ' => 'Unordered Three ' ]]],
148148 ],
149149 ],
150150 ], $ output );
0 commit comments