Skip to content

Commit d354604

Browse files
committed
Add dozens of new tests
1 parent 65ace80 commit d354604

File tree

2 files changed

+936
-5
lines changed

2 files changed

+936
-5
lines changed

lib/html_parser.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ class HtmlRichTextParser extends StatelessWidget {
193193
// is found inside another block level element,
194194
// we simply treat it as a new block level element
195195
static const _supportedBlockElements = [
196-
"article"
197-
"body",
196+
"article",
197+
"body",
198198
"center",
199199
"dd",
200200
"dfn",

0 commit comments

Comments
 (0)