提交 3a4ee7e2 编写于 作者: J Johannes Rieken

add failing, inactive test, #36089

上级 894c6c61
......@@ -164,4 +164,12 @@ suite('Snippet Variables Resolver', function () {
assertVariableResolve2('${foobarfoobar/(foo)/${2:+FAR}/g}', 'barbar'); // bad group reference
});
// test('Snippet transforms do not handle regex with alternatives or optional matches, #36089', function () {
// assertVariableResolve2(
// '${TM_FILENAME/^(.)|(?:-(.))|(\\.js)/${1:+/upcase}${2:+/upcase}/g}',
// 'MyClass',
// 'my-class.js'
// );
// });
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册