提交 93ee60aa 编写于 作者: C CyrusNajmabadi

Add comments.

上级 d1c6f76e
......@@ -1202,6 +1202,8 @@ class C
[WpfFact, Trait(Traits.Feature, Traits.Features.SmartTokenFormatting)]
public async Task KeepTabsInCommentsWhenFormattingIsOff()
{
// There are tabs in this test case. Tools that touch the Roslyn repo should
// not remove these as we are explicitly testing tab behavior.
var code =
@"class Program
{
......@@ -1232,6 +1234,8 @@ static void Main()
[WpfFact, Trait(Traits.Feature, Traits.Features.SmartTokenFormatting)]
public async Task DoNotKeepTabsInCommentsWhenFormattingIsOn()
{
// There are tabs in this test case. Tools that touch the Roslyn repo should
// not remove these as we are explicitly testing tab behavior.
var code = @"class Program
{
static void Main()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册