Skip to content

Commit

Permalink
regenerate fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Nov 30, 2020
1 parent b9596e2 commit 7c39a3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/e2e-tests/fixtures/blocks/core__verse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"name": "core/verse",
"isValid": true,
"attributes": {
"content": "A <em>verse</em>…<br>And more!"
"content": "A <em>verse</em>…<br>And more!",
"style": {
"spacing": {
"padding": {
"default": 20
}
}
}
},
"innerBlocks": [],
"originalContent": "<pre class=\"wp-block-verse\">A <em>verse</em>…<br>And more!</pre>"
Expand Down

0 comments on commit 7c39a3a

Please sign in to comment.