提交 279757e4 编写于 作者: R Ravi Chande

Add fact attributes to tests

上级 db95b5a2
...@@ -368,6 +368,11 @@ private bool IsFilterCharacter(char ch, Model model) ...@@ -368,6 +368,11 @@ private bool IsFilterCharacter(char ch, Model model)
return false; return false;
} }
if (model.SelectedItemOpt == null)
{
return false;
}
if (model.SelectedItemOpt == model.SuggestionModeItem) if (model.SelectedItemOpt == model.SuggestionModeItem)
{ {
return char.IsLetterOrDigit(ch); return char.IsLetterOrDigit(ch);
......
...@@ -2833,7 +2833,7 @@ class C ...@@ -2833,7 +2833,7 @@ class C
End Using End Using
End Function End Function
' <WpfFact, Trait(Traits.Feature, Traits.Features.Completion)> <WpfFact, Trait(Traits.Feature, Traits.Features.Completion)>
Public Async Function Filters_EmptyList4() As Task Public Async Function Filters_EmptyList4() As Task
Using state = TestState.CreateCSharpTestState( Using state = TestState.CreateCSharpTestState(
<Document><![CDATA[ <Document><![CDATA[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册