mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
include json/css in integration tests
This commit is contained in:
@@ -34,7 +34,7 @@ function r(startLine: number, endLine: number, type?: string): ExpectedIndentRan
|
||||
return { startLine, endLine, type };
|
||||
}
|
||||
|
||||
suite('Object Folding', () => {
|
||||
suite('HTML Folding', () => {
|
||||
test('Fold one level', () => {
|
||||
let input = [
|
||||
/*0*/'<html>',
|
||||
|
||||
Reference in New Issue
Block a user