- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpIsoDescrambler.php
r51623 r52010 9 9 * =?iso-8859-1?q?this=20is=20some=20text?= 10 10 */ 11 function test_decodes_iso_8859_1_rfc2047_q_encoding() {11 public function test_decodes_iso_8859_1_rfc2047_q_encoding() { 12 12 $this->assertSame( 'this is some text', wp_iso_descrambler( '=?iso-8859-1?q?this=20is=20some=20text?=' ) ); 13 13 }
Note: See TracChangeset
for help on using the changeset viewer.