From 0c81b800a4ee346046fe543820b76ba605f580da Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 1 Mar 2023 15:58:24 +0000 Subject: [PATCH] Tests: Ignore EOL differences in a `wpautop()` test for `` block elements. Unix vs. Windows EOL style mismatches can cause misleading failures in tests using the heredoc syntax (`<<<`) or multiline strings as the expected result. This commit resolves a failure when running the test suite on Windows: {{{ 1) Tests_Formatting_wpAutop::test_skip_block_math_elements Failed asserting that two strings are identical. ... #Warning: Strings contain different line endings! }}} Follow-up to [55272]. Props davidbaumwald, ignatggeorgiev, sakibmd. Fixes #57718. Built from https://develop.svn.wordpress.org/trunk@55445 git-svn-id: http://core.svn.wordpress.org/trunk@54978 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 db827d850d..b779ab9a14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55444'; +$wp_version = '6.2-beta3-55445'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.