mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
HTML parser with tests
This commit is contained in:
@@ -66,8 +66,10 @@ suite('HTML Parser', () => {
|
||||
assertNodeBefore(str, 40, 'hr');
|
||||
assertNodeBefore(str, 41, 'hr');
|
||||
assertNodeBefore(str, 41, 'hr');
|
||||
assertNodeBefore(str, 47, 'hr');
|
||||
assertNodeBefore(str, 47, 'span');
|
||||
assertNodeBefore(str, 48, 'span');
|
||||
assertNodeBefore(str, 52, 'span');
|
||||
assertNodeBefore(str, 53, 'div');
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user