- Timestamp:
- 11/12/2018 02:26:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/data/blocks/fixtures/core__pullquote.parsed.json
r43751 r43884 4 4 "attrs": {}, 5 5 "innerBlocks": [], 6 "innerHTML": "\n<figure class=\"wp-block-pullquote\">\n <blockquote>\n <p>Testing pullquote block...</p><cite>...with a caption</cite>\n </blockquote>\n</figure>\n" 6 "innerHTML": "\n<figure class=\"wp-block-pullquote\">\n <blockquote>\n <p>Testing pullquote block...</p><cite>...with a caption</cite>\n </blockquote>\n</figure>\n", 7 "innerContent": [ "\n<figure class=\"wp-block-pullquote\">\n <blockquote>\n <p>Testing pullquote block...</p><cite>...with a caption</cite>\n </blockquote>\n</figure>\n" ] 7 8 }, 8 9 { … … 10 11 "attrs": {}, 11 12 "innerBlocks": [], 12 "innerHTML": "\n" 13 "innerHTML": "\n", 14 "innerContent": [ "\n" ] 13 15 } 14 16 ]
Note: See TracChangeset
for help on using the changeset viewer.