Skip to content

Commit

Permalink
fixup! test: multiple paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Sep 12, 2021
1 parent e48ab30 commit 5360a1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions fixtures/multiple-paragraphs/expected.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"textarea": "1st paragraph\n\n2nd paragraph"
}
"textarea_one": "1st paragraph\n\n2nd paragraph",
"textarea_two": "1st paragraph\n2nd paragraph"
}
6 changes: 5 additions & 1 deletion fixtures/multiple-paragraphs/form.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
body:
- type: textarea
id: textarea
id: textarea-one
attributes:
label: My textarea input
- type: textarea
id: textarea-two
attributes:
label: Another textarea input
5 changes: 5 additions & 0 deletions fixtures/multiple-paragraphs/issue-body.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
1st paragraph

2nd paragraph

### Another textarea input

1st paragraph
2nd paragraph

0 comments on commit 5360a1d

Please sign in to comment.