提交 a5210bcb 编写于 作者: C Christof Marti

Fix folding tests

上级 5ebdf731
......@@ -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', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册