Skip to content

Commit

Permalink
TF-3253 Write unit test for section tag html
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Nov 10, 2024
1 parent bda9a1c commit d3aaf47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void main() {
];

const listHTMLTags = [
'div', 'span', 'p', 'a', 'u', 'i', 'table'
'div', 'span', 'p', 'a', 'u', 'i', 'table', 'section'
];

for (var tag in listHTMLTags) {
Expand Down

0 comments on commit d3aaf47

Please sign in to comment.