- Timestamp:
- 08/27/2021 07:08:21 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/tests/phpunit/tests/blocks/serialization.php
r48937 r51681 48 48 // Block with attribute values that may conflict with HTML comment. 49 49 array( '<!-- wp:attributes {"key":"\\u002d\\u002d\\u003c\\u003e\\u0026\\u0022"} /-->' ), 50 51 // Block with attribute values that should not be escaped. 52 array( '<!-- wp:attributes {"key":"€1.00 / 3 for €2.00"} /-->' ), 50 53 ); 51 54 }
Note: See TracChangeset
for help on using the changeset viewer.