Skip to content

Commit a0eb1c7

Browse files
committed
Shame on you WPCS for waiting multiple commits to surface this
1 parent 1c25dca commit a0eb1c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/phpunit/tests/block-processor/wpBlockProcessor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ public function test_matches_block_with_invalid_json( $invalid_block_json ) {
433433
*/
434434
public static function data_invalid_block_json() {
435435
return array(
436-
'Extra closing }' => array( '{}}' ),
437-
'Unquoted string' => array( '{"name": block}' ),
438-
'Invalid number' => array( '{"level": 14e6e7-3}' ),
436+
'Extra closing }' => array( '{}}' ),
437+
'Unquoted string' => array( '{"name": block}' ),
438+
'Invalid number' => array( '{"level": 14e6e7-3}' ),
439439
);
440440
}
441441

0 commit comments

Comments
 (0)