mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
5.7-alpha-50000 🎉🙌❤️
Thank you for the past Excited for the future We are #WordPressStrong! git-svn-id: https://develop.svn.wordpress.org/trunk@50000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -342,14 +342,14 @@ class Tests_Formatting_BalanceTags extends WP_UnitTestCase {
|
||||
'<p>Test',
|
||||
'<p>Test test</em> test</p>',
|
||||
'</p>Test',
|
||||
'<p>Here is a <strong class="part">Test</p>',
|
||||
'<p>We are <strong class="wp">#WordPressStrong</p>',
|
||||
);
|
||||
$expected = array(
|
||||
'<b><i>Test</i></b>',
|
||||
'<p>Test</p>',
|
||||
'<p>Test test test</p>',
|
||||
'Test',
|
||||
'<p>Here is a <strong class="part">Test</strong></p>',
|
||||
'<p>We are <strong class="wp">#WordPressStrong</strong></p>',
|
||||
);
|
||||
|
||||
foreach ( $inputs as $key => $input ) {
|
||||
|
||||
Reference in New Issue
Block a user