mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
css/html/json typos (for #47894)
This commit is contained in:
@@ -76,7 +76,7 @@ export function testCompletionFor(value: string, expected: { count?: number, ite
|
||||
}
|
||||
|
||||
suite('HTML Completion', () => {
|
||||
test('HTML Javascript Completions', function (): any {
|
||||
test('HTML JavaScript Completions', function (): any {
|
||||
testCompletionFor('<html><script>window.|</script></html>', {
|
||||
items: [
|
||||
{ label: 'location', resultText: '<html><script>window.location</script></html>' },
|
||||
|
||||
Reference in New Issue
Block a user