- 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__html.parsed.json (modified) (2 diffs)
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__html.parsed.json
r43751 r44261 4 4 "attrs": {}, 5 5 "innerBlocks": [], 6 "innerHTML": "\n<h1>Some HTML code</h1>\n<marquee>This text will scroll from right to left</marquee>\n" 6 "innerHTML": "\n<h1>Some HTML code</h1>\n<marquee>This text will scroll from right to left</marquee>\n", 7 "innerContent": [ 8 "\n<h1>Some HTML code</h1>\n<marquee>This text will scroll from right to left</marquee>\n" 9 ] 7 10 }, 8 11 { … … 10 13 "attrs": {}, 11 14 "innerBlocks": [], 12 "innerHTML": "\n" 15 "innerHTML": "\n", 16 "innerContent": [ 17 "\n" 18 ] 13 19 } 14 20 ]
Note: See TracChangeset
for help on using the changeset viewer.