Changeset 33564 for branches/4.1/tests/phpunit/tests/shortcode.php
- Timestamp:
- 08/04/2015 07:16:32 AM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/shortcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/branches/4.2 (added) merged: 33499
- Property svn:mergeinfo changed
-
branches/4.1/tests/phpunit/tests/shortcode.php
r33380 r33564 418 418 ), 419 419 array( 420 '<[[gallery]]>', 421 '<[gallery]>', 422 ), 423 array( 424 '<div style="background:url([[gallery]])">', 425 '<div style="background:url([[gallery]])">', 426 ), 427 array( 420 428 '[gallery]<div>Hello</div>[/gallery]', 421 429 '', … … 454 462 '<div [[gallery]]>', // Shortcodes will never be stripped inside elements. 455 463 '<div [[gallery]]>', 464 ), 465 array( 466 '<[[gallery]]>', 467 '<[[gallery]]>', 456 468 ), 457 469 array(
Note: See TracChangeset
for help on using the changeset viewer.