Changeset 44261 for trunk/tests/phpunit/data/blocks/fixtures/core__freeform__undelimited.parsed.json
- 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__freeform__undelimited.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__freeform__undelimited.parsed.json
r43751 r44261 1 1 [ 2 2 { 3 "blockName": null, 3 4 "attrs": {}, 4 "blockName": null,5 5 "innerBlocks": [], 6 "innerHTML": "Testing freeform block with some\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" 6 "innerHTML": "Testing freeform block with some\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n", 7 "innerContent": [ 8 "Testing freeform block with some\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" 9 ] 7 10 } 8 11 ]
Note: See TracChangeset
for help on using the changeset viewer.