Skip to content

Commit

Permalink
test: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukund-Tandon committed Jul 21, 2023
1 parent 6d6e5a2 commit 7f553e6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/plugins/markdown/decoder/document_markdown_decoder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,32 @@ void main() async {
"delta": []
}
},
{
"type": "paragraph",
"data": {
"delta": [
{
"insert": "1 list item 1"
}
]
}
},
{
"type": "paragraph",
"data": {
"delta": [
{
"insert": "2 list item 2"
}
]
}
},
{
"type": "paragraph",
"data": {
"delta": []
}
},
{
"type": "paragraph",
"data": {
Expand Down Expand Up @@ -393,6 +419,9 @@ If you have questions or feedback, please submit an issue on Github or join the
1. list item 1
2. list item 2
1 list item 1
2 list item 2
[Example file.pdf](path/to/file.pdf)
![Example image](path/to/image.png)
Expand Down

0 comments on commit 7f553e6

Please sign in to comment.