2 references to ExpectException_SmartTokenFormatterCloseBraceAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartTokenFormatterFormatTokenTests.cs (2)
666
await
ExpectException_SmartTokenFormatterCloseBraceAsync
(code, indentationLine, useTabs: false).ConfigureAwait(false);
667
await
ExpectException_SmartTokenFormatterCloseBraceAsync
(code.Replace(" ", "\t"), indentationLine, useTabs: true).ConfigureAwait(false);