adding this potential regex pattern

This commit is contained in:
Aiday Marlen Kyzy 2024-03-20 18:38:42 +01:00
parent fe900ca88f
commit 4b4af504a9
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

@ -675,6 +675,7 @@ suite('`Full` Auto Indent On Type - TypeScript/JavaScript', () => {
test.skip('issue #43244: incorrect indentation', () => {
// https://github.com/microsoft/vscode/issues/43244
// potential regex to fix: "^.*[if|while|for]\s*\(.*\)\s*",
const model = createTextModel([
'function f() {',