We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c25dca commit a0eb1c7Copy full SHA for a0eb1c7
1 file changed
tests/phpunit/tests/block-processor/wpBlockProcessor.php
@@ -433,9 +433,9 @@ public function test_matches_block_with_invalid_json( $invalid_block_json ) {
433
*/
434
public static function data_invalid_block_json() {
435
return array(
436
- 'Extra closing }' => array( '{}}' ),
437
- 'Unquoted string' => array( '{"name": block}' ),
438
- 'Invalid number' => array( '{"level": 14e6e7-3}' ),
+ 'Extra closing }' => array( '{}}' ),
+ 'Unquoted string' => array( '{"name": block}' ),
+ 'Invalid number' => array( '{"level": 14e6e7-3}' ),
439
);
440
}
441
0 commit comments