mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Add additional test case containing no escaped quotes
This commit is contained in:
@@ -133,6 +133,7 @@ suite('HTML Embedded Support', () => {
|
||||
assertEmbeddedLanguageContent('<div style="font-family: "Arial""></div>', 'css', ' __{font-family: " Arial "} ');
|
||||
assertEmbeddedLanguageContent('<div style="font-family: "Arial""></div>', 'css', ' __{font-family: " Arial "} ');
|
||||
assertEmbeddedLanguageContent('<div style="font-family:" Arial " "></div>', 'css', ' __{font-family: " Arial " } ');
|
||||
assertEmbeddedLanguageContent('<div style="font-family: Arial"></div>', 'css', ' __{font-family: Arial} ');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user