From 14801a97a530226de6d18cde99a6e663e1e00f3a Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 7 Mar 2023 05:48:17 +0000 Subject: [PATCH] Build/Tests Tools: Add unit tests for Gallery blocks. Introduces unit tests for the following blocks * Gallery block with caption * Gallery block, deprecations 1 thru 7 Updates the unit tests for the following blocks to match the counterparts stored in the Gutenberg repository: * Gallery block * Gallery block with columns Modifies `Tests_Blocks_Render::test_do_block_output()` to ignore white space at the end of lines to account for whitespace equivalence in HTML. Props peterwilsoncc, isabel_brison, gziolo. Fixes #55571. Built from https://develop.svn.wordpress.org/trunk@55471 git-svn-id: http://core.svn.wordpress.org/trunk@55004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index a4a5b1cae4..1d5326b67d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55470'; +$wp_version = '6.2-beta4-55471'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.