Changeset 28852 for trunk/tests/phpunit/tests/formatting/WPTexturize.php
- Timestamp:
- 06/26/2014 05:14:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WPTexturize.php
r28831 r28852 1305 1305 'word <img src="http://example.com/wp-content/uploads/2014/06/image-300x216.gif" /> word', // Ensure we are not corrupting image URLs. 1306 1306 'word <img src="http://example.com/wp-content/uploads/2014/06/image-300x216.gif" /> word', 1307 ), 1308 array( 1309 '[ do texturize "[quote]" here ]', 1310 '[ do texturize “[quote]” here ]', 1311 ), 1312 array( 1313 '[ regex catches this <a href="[quote]">here</a> ]', 1314 '[ regex catches this <a href="[quote]">here</a> ]', 1315 ), 1316 array( 1317 '[ but also catches the <b>styled "[quote]" here</b> ]', 1318 '[ but also catches the <b>styled “[quote]” here</b> ]', 1319 ), 1320 array( 1321 '[Let\'s get crazy<input>[plugin code="<a href=\'?a[]=100\'>hello</a>"]</input>world]', 1322 '[Let’s get crazy<input>[plugin code="<a href=\'?a[]=100\'>hello</a>"]</input>world]', 1307 1323 ), 1308 1324 );
Note: See TracChangeset
for help on using the changeset viewer.