@@ -24,7 +24,8 @@ const testData = <String, String>{
24
24
'dl' : '<dl>Hello, World!</dl>' ,
25
25
'dt' : '<dt>Hello, World!</dt>' ,
26
26
'em' : '<em>Hello, World!</em>' ,
27
- 'figcaption_figure' : '<figure><figcaption>Hello, World!</figcaption></figure>' ,
27
+ 'figcaption_figure' :
28
+ '<figure><figcaption>Hello, World!</figcaption></figure>' ,
28
29
'font' : '<font>Hello, World!</font>' ,
29
30
'footer' : '<footer>Hello, World!</footer>' ,
30
31
'h1' : '<h1>Hello, World!</h1>' ,
@@ -36,7 +37,8 @@ const testData = <String, String>{
36
37
'header' : '<header>Hello, World!</header>' ,
37
38
'hr' : '<div>Hello</div><hr /><div>World!</div>' ,
38
39
'i' : '<i>Hello, World!</i>' ,
39
- 'img' : '<img alt="Hello, World!" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" />' ,
40
+ 'img' :
41
+ '<img alt="Hello, World!" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" />' ,
40
42
'img_alt' : '<img alt="Hello, World!" src="" />' ,
41
43
'ins' : '<ins>Hello, World!</ins>' ,
42
44
'kbd' : '<kbd>Hello, World!</kbd>' ,
@@ -61,16 +63,23 @@ const testData = <String, String>{
61
63
'strong' : '<strong>Hello, World!</strong>' ,
62
64
'sub' : '<sub>Hello, World!</sub>' ,
63
65
'sup' : '<sup>Hello, World!</sup>' ,
64
- 'table' : '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
65
- 'tbody' : '<table><tr><th>Hello</th><th>World!</th></tr><tbody><tr><td>Hello</td><td>World!</td></tr></tbody></table>' ,
66
- 'td' : '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
66
+ 'table' :
67
+ '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
68
+ 'tbody' :
69
+ '<table><tr><th>Hello</th><th>World!</th></tr><tbody><tr><td>Hello</td><td>World!</td></tr></tbody></table>' ,
70
+ 'td' :
71
+ '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
67
72
'template' : '<template>Hello, World!</template>' ,
68
- 'tfoot' : '<table><tr><th>Hello</th><th>World!</th></tr><tfoot><tr><td>Hello</td><td>World!</td></tr></tfoot></table>' ,
69
- 'th' : '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
70
- 'thead' : '<table><thead><tr><th>Hello</th><th>World!</th></tr></thead><tr><td>Hello</td><td>World!</td></tr></table>' ,
73
+ 'tfoot' :
74
+ '<table><tr><th>Hello</th><th>World!</th></tr><tfoot><tr><td>Hello</td><td>World!</td></tr></tfoot></table>' ,
75
+ 'th' :
76
+ '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
77
+ 'thead' :
78
+ '<table><thead><tr><th>Hello</th><th>World!</th></tr></thead><tr><td>Hello</td><td>World!</td></tr></table>' ,
71
79
'time' : '<time>3:00 PM</time>' ,
72
- 'tr' : '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
80
+ 'tr' :
81
+ '<table><tr><th>Hello</th><th>World!</th></tr><tr><td>Hello</td><td>World!</td></tr></table>' ,
73
82
'tt' : '<tt>Hello, World!</tt>' ,
74
83
'u' : '<u>Hello, World!</u>' ,
75
84
'var' : '<var>Hello, World!</var>' ,
76
- };
85
+ };
0 commit comments