Skip to content

Commit 5c668cb

Browse files
committed
Removed duplicated test data
1 parent 16b149d commit 5c668cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bunit.web.tests/Rendering/BunitHtmlParserTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class BunitHtmlParserTest
1717
public static readonly IEnumerable<string[]> BODY_HTML_ELEMENTS = (new[]{
1818
"base","link","meta","style","title",
1919
"address","article","aside","footer","header","h1", "h2", "h3", "h4", "h5", "h6","hgroup","main","nav","section",
20-
"blockquote","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul",
20+
"blockquote","dd","div","dl","dt","figcaption","figure","hr","li","ol","p","pre","ul",
2121
"a","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rb","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr",
2222
"area","audio","img","map","track","video",
2323
"embed","iframe","object","param","picture","source",

0 commit comments

Comments
 (0)