- 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__columns.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__columns.parsed.json
r44118 r44261 6 6 }, 7 7 "innerBlocks": [ 8 {9 "blockName": null,10 "attrs": {},11 "innerBlocks": [],12 "innerHTML": "\n<div class=\"wp-block-columns has-3-columns\">\n\t"13 },14 8 { 15 9 "blockName": "core/column", 16 10 "attrs": {}, 17 11 "innerBlocks": [ 18 { 19 "blockName": null, 20 "attrs": {}, 21 "innerBlocks": [], 22 "innerHTML": "\n\t<div class=\"wp-block-column\">\n\t\t" 23 }, 24 { 12 { 25 13 "blockName": "core/paragraph", 26 14 "attrs": {}, 27 15 "innerBlocks": [], 28 "innerHTML": "\n\t\t<p>Column One, Paragraph One</p>\n\t\t" 16 "innerHTML": "\n\t\t<p>Column One, Paragraph One</p>\n\t\t", 17 "innerContent": [ 18 "\n\t\t<p>Column One, Paragraph One</p>\n\t\t" 19 ] 29 20 }, 30 { 31 "blockName": null, 32 "attrs": {}, 33 "innerBlocks": [], 34 "innerHTML": "\n\t\t" 35 }, 36 { 21 { 37 22 "blockName": "core/paragraph", 38 23 "attrs": {}, 39 24 "innerBlocks": [], 40 "innerHTML": "\n\t\t<p>Column One, Paragraph Two</p>\n\t\t" 41 }, 42 { 43 "blockName": null, 44 "attrs": {}, 45 "innerBlocks": [], 46 "innerHTML": "\n\t</div>\n\t" 47 } 25 "innerHTML": "\n\t\t<p>Column One, Paragraph Two</p>\n\t\t", 26 "innerContent": [ 27 "\n\t\t<p>Column One, Paragraph Two</p>\n\t\t" 28 ] 29 } 48 30 ], 49 "innerHTML": "" 31 "innerHTML": "\n\t<div class=\"wp-block-column\">\n\t\t\n\t\t\n\t</div>\n\t", 32 "innerContent": [ 33 "\n\t<div class=\"wp-block-column\">\n\t\t", 34 null, 35 "\n\t\t", 36 null, 37 "\n\t</div>\n\t" 38 ] 50 39 }, 51 {52 "blockName": null,53 "attrs": {},54 "innerBlocks": [],55 "innerHTML": "\n\t"56 },57 40 { 58 41 "blockName": "core/column", 59 42 "attrs": {}, 60 "innerBlocks": [ 61 { 62 "blockName": null, 63 "attrs": {}, 64 "innerBlocks": [], 65 "innerHTML": "\n\t<div class=\"wp-block-column\">\n\t\t" 66 }, 67 { 43 "innerBlocks": [ 44 { 68 45 "blockName": "core/paragraph", 69 46 "attrs": {}, 70 47 "innerBlocks": [], 71 "innerHTML": "\n\t\t<p>Column Two, Paragraph One</p>\n\t\t" 48 "innerHTML": "\n\t\t<p>Column Two, Paragraph One</p>\n\t\t", 49 "innerContent": [ 50 "\n\t\t<p>Column Two, Paragraph One</p>\n\t\t" 51 ] 72 52 }, 73 { 74 "blockName": null, 75 "attrs": {}, 76 "innerBlocks": [], 77 "innerHTML": "\n\t\t" 78 }, 79 { 53 { 80 54 "blockName": "core/paragraph", 81 55 "attrs": {}, 82 56 "innerBlocks": [], 83 "innerHTML": "\n\t\t<p>Column Three, Paragraph One</p>\n\t\t" 84 }, 85 { 86 "blockName": null, 87 "attrs": {}, 88 "innerBlocks": [], 89 "innerHTML": "\n\t</div>\n\t" 90 } 57 "innerHTML": "\n\t\t<p>Column Three, Paragraph One</p>\n\t\t", 58 "innerContent": [ 59 "\n\t\t<p>Column Three, Paragraph One</p>\n\t\t" 60 ] 61 } 91 62 ], 92 "innerHTML": "" 93 }, 94 { 95 "blockName": null, 96 "attrs": {}, 97 "innerBlocks": [], 98 "innerHTML": "\n</div>\n" 99 } 63 "innerHTML": "\n\t<div class=\"wp-block-column\">\n\t\t\n\t\t\n\t</div>\n\t", 64 "innerContent": [ 65 "\n\t<div class=\"wp-block-column\">\n\t\t", 66 null, 67 "\n\t\t", 68 null, 69 "\n\t</div>\n\t" 70 ] 71 } 100 72 ], 101 "innerHTML": "" 73 "innerHTML": "\n<div class=\"wp-block-columns has-3-columns\">\n\t\n\t\n</div>\n", 74 "innerContent": [ 75 "\n<div class=\"wp-block-columns has-3-columns\">\n\t", 76 null, 77 "\n\t", 78 null, 79 "\n</div>\n" 80 ] 102 81 }, 103 82 { … … 105 84 "attrs": {}, 106 85 "innerBlocks": [], 107 "innerHTML": "\n" 86 "innerHTML": "\n", 87 "innerContent": [ 88 "\n" 89 ] 108 90 } 109 91 ]
Note: See TracChangeset
for help on using the changeset viewer.