- Timestamp:
- 12/17/2018 04:50:48 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/data/blocks/fixtures/core__missing.parsed.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43884,43888
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/data/blocks/fixtures/core__missing.parsed.json
r43751 r44261 3 3 "blockName": "unregistered/example", 4 4 "attrs": { 5 "attr1": "One",6 "attr2": "Two"7 },5 "attr1": "One", 6 "attr2": "Two" 7 }, 8 8 "innerBlocks": [], 9 "innerHTML": "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" 9 "innerHTML": "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n", 10 "innerContent": [ "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" ] 10 11 }, 11 12 { 12 "blockName": null, 13 "attrs": {}, 14 "innerBlocks": [], 15 "innerHTML": "\n" 13 "blockName": null, 14 "attrs": {}, 15 "innerBlocks": [], 16 "innerHTML": "\n", 17 "innerContent": [ "\n" ] 16 18 } 17 19 ]
Note: See TracChangeset
for help on using the changeset viewer.