mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
[html] errors in attributes on missing semicolons and parens. Fixes #15970
This commit is contained in:
@@ -106,6 +106,9 @@ suite('HTML Embedded Support', () => {
|
||||
assertLanguageId('<DIV ONKEYUP=foo(|)</DIV>', 'javascript');
|
||||
assertLanguageId('<DIV ONKEYUP=foo()|</DIV>', 'javascript');
|
||||
assertLanguageId('<DIV ONKEYUP=foo()<|/DIV>', 'html');
|
||||
|
||||
assertLanguageId('<label data-content="|Checkbox"/>', 'html');
|
||||
assertLanguageId('<label on="|Checkbox"/>', 'html');
|
||||
});
|
||||
|
||||
test('Script content', function (): any {
|
||||
|
||||
Reference in New Issue
Block a user