提交 e8410957 编写于 作者: A Andrey Shchekin

Add WorkItem attribute to all tests that reproduce the issue

上级 32b835c0
......@@ -637,6 +637,7 @@ public void TestMergeChanges_Overlapping_NewInsideOld()
}
[Fact]
[WorkItem(22289, "https://github.com/dotnet/roslyn/issues/22289")]
public void TestMergeChanges_Overlapping_NewInsideOld_AndOldHasDeletion()
{
var original = SourceText.From("01234");
......@@ -650,6 +651,7 @@ public void TestMergeChanges_Overlapping_NewInsideOld_AndOldHasDeletion()
}
[Fact]
[WorkItem(22289, "https://github.com/dotnet/roslyn/issues/22289")]
public void TestMergeChanges_Overlapping_NewInsideOld_AndOldHasLeadingDeletion_SmallerThanLeadingInsertion()
{
var original = SourceText.From("012");
......@@ -663,6 +665,7 @@ public void TestMergeChanges_Overlapping_NewInsideOld_AndOldHasLeadingDeletion_S
}
[Fact]
[WorkItem(22289, "https://github.com/dotnet/roslyn/issues/22289")]
public void TestMergeChanges_Overlapping_NewInsideOld_AndBothHaveDeletion_NewDeletionSmallerThanOld()
{
var original = SourceText.From("01234");
......@@ -783,6 +786,7 @@ public void TestMergeChanges_SameStart_AndNewHasDeletion_LargerThanOldInsertion(
}
[Fact]
[WorkItem(22289, "https://github.com/dotnet/roslyn/issues/22289")]
public void TestMergeChanges_SameStart_AndBothHaveDeletion_NewDeletionSmallerThanOld()
{
var original = SourceText.From("01234");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册