You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Unexpected closing tag "p". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags',
195
+
'0:8',
196
+
],
197
+
[
198
+
'dIv',
199
+
'Unexpected closing tag "dIv". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags',
200
+
'0:12',
201
+
],
194
202
]);
195
203
});
196
204
197
-
// it('should match closing tags case sensitive', () => {
// 'Unexpected closing tag "p". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags',
204
-
// '0:8',
205
-
// ],
206
-
// [
207
-
// 'dIv',
208
-
// 'Unexpected closing tag "dIv". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags',
209
-
// '0:12',
210
-
// ],
211
-
// ]);
212
-
// });
213
-
214
205
it('should support self closing void elements',()=>{
0 commit comments