mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-03 16:06:12 +01:00
Fix folding tests
This commit is contained in:
@@ -146,8 +146,8 @@ function r(startLineNumber: number, endLineNumber: number, indent: number, marke
|
||||
// });
|
||||
|
||||
let markers: FoldingMarkers = {
|
||||
start: /^\\s*#region/,
|
||||
end: /^\\s*#endregion/
|
||||
start: /^\s*#region/,
|
||||
end: /^\s*#endregion/
|
||||
};
|
||||
|
||||
suite('Folding with regions', () => {
|
||||
|
||||
Reference in New Issue
Block a user