<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[45937] branches/5.2/tests/phpunit: Remove _convert_urlencoded_to_entities() from the get_the_content() callback.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/45937">45937</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/45937","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>whyisjake</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-09-04 16:08:31 +0000 (Wed, 04 Sep 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Remove _convert_urlencoded_to_entities() from the get_the_content() callback. 

Props vortfu, whyisjake, peterwilsoncc</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches52srcwpincludesposttemplatephp">branches/5.2/src/wp-includes/post-template.php</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#branches52testsphpunitdataformattingutf8entitizepy">branches/5.2/tests/phpunit/data/formatting/utf-8/entitize.py</a></li>
<li><a href="#branches52testsphpunitdataformattingutf8entitizedtxt">branches/5.2/tests/phpunit/data/formatting/utf-8/entitized.txt</a></li>
<li><a href="#branches52testsphpunitdataformattingutf8uurlencodepy">branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencode.py</a></li>
<li><a href="#branches52testsphpunitdataformattingutf8uurlencodedtxt">branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencoded.txt</a></li>
<li><a href="#branches52testsphpunittestsformattingUrlEncodedToEntitiesphp">branches/5.2/tests/phpunit/tests/formatting/UrlEncodedToEntities.php</a></li>
</ul>

<h3>Property Changed</h3>
<ul>
<li><a href="#branches52">branches/5.2/</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<span class="cx" style="display: block; padding: 0 10px">Index: branches/5.2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- branches/5.2 2019-09-04 16:08:03 UTC (rev 45936)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ branches/5.2  2019-09-04 16:08:31 UTC (rev 45937)
</ins><a id="branches52"></a>
<div class="propset"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Property changes: branches/5.2</h4>
<pre class="diff"><span>
</span></pre></div>
<a id="svnmergeinfo"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: svn:mergeinfo</h4></div>
<span class="cx" style="display: block; padding: 0 10px"> /branches/3.4:21757
</span><span class="cx" style="display: block; padding: 0 10px"> /branches/4.9:43557,43622
</span><span class="cx" style="display: block; padding: 0 10px"> /branches/5.0:43681-43682,43684-43688,43719-43720,43723,43726-43727,43729-43731,43734-43744,43747,43751-43754,43758,43760-43765,43767-43770,43772,43774-43781,43783,43785,43790-43806,43808-43821,43825,43828,43830-43834,43836-43843,43846-43863,43867-43889,43891-43894,43897-43905,43908-43909,43911-43929,43931-43942,43946-43947,43949-43956,43959-43964,43967-43969,43988,43994,44014,44017,44047,44183,44185,44187-44206,44208-44213,44231-44232,44235,44248,44284,44287-44288
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/trunk:45284-45285,45287,45289,45292,45296,45298,45300-45301,45308-45311,45316,45319,45322,45324,45326,45328,45331,45334,45336,45338,45340,45342,45344-45346,45348,45350,45352,45357,45365,45367,45376,45403,45411,45416,45425,45463,45481,45488,45495,45501-45503,45506-45507,45515,45520,45522,45526-45527,45529,45551,45563-45564,45569,45572,45576,45618-45619,45626,45655-45656,45673,45684,45701,45722,45725,45727,45750,45761,45764,45861,45863,45867,45869
</del><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/trunk:45284-45285,45287,45289,45292,45296,45298,45300-45301,45308-45311,45316,45319,45322,45324,45326,45328,45331,45334,45336,45338,45340,45342,45344-45346,45348,45350,45352,45357,45365,45367,45376,45403,45411,45416,45425,45463,45481,45488,45495,45501-45503,45506-45507,45515,45520,45522,45526-45527,45529,45551,45563-45564,45569,45572,45576,45618-45619,45626,45655-45656,45673,45684,45701,45722,45725,45727,45750,45761,45764,45861,45863,45867,45869,45935
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="branches52srcwpincludesposttemplatephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/5.2/src/wp-includes/post-template.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/src/wp-includes/post-template.php    2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/src/wp-includes/post-template.php      2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -362,27 +362,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        if ( $preview ) { // Preview fix for JavaScript bug with foreign languages.
-               $output = preg_replace_callback( '/\%u([0-9A-F]{4})/', '_convert_urlencoded_to_entities', $output );
-       }
-
</del><span class="cx" style="display: block; padding: 0 10px">         return $output;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Preview fix for JavaScript bug with foreign languages.
- *
- * @since 3.1.0
- * @access private
- *
- * @param array $match Match array from preg_replace_callback.
- * @return string
- */
-function _convert_urlencoded_to_entities( $match ) {
-       return '&#' . base_convert( $match[1], 16, 10 ) . ';';
-}
-
-/**
</del><span class="cx" style="display: block; padding: 0 10px">  * Display the post excerpt.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 0.71
</span></span></pre></div>
<a id="branches52testsphpunitdataformattingutf8entitizepy"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: branches/5.2/tests/phpunit/data/formatting/utf-8/entitize.py</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/tests/phpunit/data/formatting/utf-8/entitize.py      2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/tests/phpunit/data/formatting/utf-8/entitize.py        2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,24 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-# Generates entitized.txt from utf-8.txt
-#
-# entitized.txt is used by Tests_Formatting_UrlEncodedToEntities
-
-import codecs
-import sys
-
-def entitize(line):
-    """Convert text to &#[dec]; entities."""
-    line = line.strip();
-    line = ["&#%d;" % ord(s) for s in line]
-    return "".join(line)
-
-if __name__ == "__main__":
-    args = sys.argv[1:]
-    if args and args[0] in ("-h", "--help"):
-        print "Usage: python entitize.py < utf-8.txt > entitized.txt"
-        sys.exit(2)
-
-    sys.stdin = codecs.getreader("utf-8")(sys.stdin)
-    sys.stdout = codecs.getwriter("ascii")(sys.stdout)    
-    
-    lines = sys.stdin.readlines()
-    sys.stdout.write( "\n".join(map(entitize, lines)) )
</del></span></pre></div>
<a id="branches52testsphpunitdataformattingutf8entitizedtxt"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: branches/5.2/tests/phpunit/data/formatting/utf-8/entitized.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/tests/phpunit/data/formatting/utf-8/entitized.txt    2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/tests/phpunit/data/formatting/utf-8/entitized.txt      2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,6 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-&#31456;&#23376;&#24609;
-&#70;&#114;&#97;&#110;&#231;&#111;&#105;&#115;&#32;&#84;&#114;&#117;&#102;&#102;&#97;&#117;&#116;
-&#4321;&#4304;&#4325;&#4304;&#4320;&#4311;&#4309;&#4308;&#4314;&#4317;
-&#66;&#106;&#246;&#114;&#107;&#32;&#71;&#117;&#240;&#109;&#117;&#110;&#100;&#115;&#100;&#243;&#116;&#116;&#105;&#114;
-&#23470;&#23822;&#12288;&#39423;
-&#128077;
</del><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches52testsphpunitdataformattingutf8uurlencodepy"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencode.py</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencode.py   2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencode.py     2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,24 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-# Generates u-urlencoded.txt from utf-8.txt
-#
-# u-urlencoded.txt is used by Tests_Formatting_UrlEncodedToEntities
-
-import codecs
-import sys
-
-def uurlencode(line):
-    """Use %u[hexvalue] percent encoding."""
-    line = line.strip()
-    line = ["%%u%04X" % ord(s) for s in line]
-    return "".join(line)
-
-if __name__ == "__main__":
-    args = sys.argv[1:]
-    if args and args[0] in ("-h", "--help"):
-        print "Usage: python u-urlencode.py < utf-8.txt > u-urlencoded.txt"
-        sys.exit(2)
-
-    sys.stdin = codecs.getreader("utf-8")(sys.stdin)
-    sys.stdout = codecs.getwriter("ascii")(sys.stdout)    
-    
-    lines = sys.stdin.readlines()
-    sys.stdout.write( "\n".join(map(uurlencode, lines)) )
</del></span></pre></div>
<a id="branches52testsphpunitdataformattingutf8uurlencodedtxt"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencoded.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencoded.txt 2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/tests/phpunit/data/formatting/utf-8/u-urlencoded.txt   2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,6 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-%u7AE0%u5B50%u6021
-%u0046%u0072%u0061%u006E%u00E7%u006F%u0069%u0073%u0020%u0054%u0072%u0075%u0066%u0066%u0061%u0075%u0074
-%u10E1%u10D0%u10E5%u10D0%u10E0%u10D7%u10D5%u10D4%u10DA%u10DD
-%u0042%u006A%u00F6%u0072%u006B%u0020%u0047%u0075%u00F0%u006D%u0075%u006E%u0064%u0073%u0064%u00F3%u0074%u0074%u0069%u0072
-%u5BAE%u5D0E%u3000%u99FF
-%u1F44D
</del><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches52testsphpunittestsformattingUrlEncodedToEntitiesphp"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: branches/5.2/tests/phpunit/tests/formatting/UrlEncodedToEntities.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.2/tests/phpunit/tests/formatting/UrlEncodedToEntities.php      2019-09-04 16:08:03 UTC (rev 45936)
+++ branches/5.2/tests/phpunit/tests/formatting/UrlEncodedToEntities.php        2019-09-04 16:08:31 UTC (rev 45937)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,24 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<?php
-
-/**
- * @group formatting
- */
-class Tests_Formatting_UrlEncodedToEntities extends WP_UnitTestCase {
-       /**
-        * @dataProvider data
-        */
-       function test_convert_urlencoded_to_entities( $u_urlencoded, $entity ) {
-               $this->assertEquals( $entity, preg_replace_callback( '/\%u([0-9A-F]{4,5})/', '_convert_urlencoded_to_entities', $u_urlencoded ), $entity );
-       }
-
-       function data() {
-               $input         = file( DIR_TESTDATA . '/formatting/utf-8/u-urlencoded.txt' );
-               $output        = file( DIR_TESTDATA . '/formatting/utf-8/entitized.txt' );
-               $data_provided = array();
-               foreach ( $input as $key => $value ) {
-                       $data_provided[] = array( trim( $value ), trim( $output[ $key ] ) );
-               }
-               return $data_provided;
-       }
-}
-
</del></span></pre>
</div>
</div>

</body>
</html>