You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",color),newText(stateDescription,color),newText(" (in 22 ms)"),newText(" with exit code 33"),newText(".")]);
74
+
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",color),newText(stateDescription,Color.Success),newText(" (in 22 ms)"),newText(" with exit code 33"),newText(".")]);
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",Color.Highlighted),newText("failed",Color.Highlighted),newText(" (in 22 ms)"),newText(" with exit code 33"),newText(".")]);
90
+
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",Color.Highlighted),newText("failed",Color.Error),newText(" (in 22 ms)"),newText(" with exit code 33"),newText(".")]);
result.Description.ShouldBe([newText("\"Abc xyz\" process ",Color.Highlighted),newText("failed to start",Color.Highlighted),newText(" (in 22 ms)"),newText(".")]);
105
+
result.Description.ShouldBe([newText("\"Abc xyz\" process ",Color.Highlighted),newText("failed to start",Color.Error),newText(" (in 22 ms)"),newText(".")]);
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",Color.Highlighted),newText("canceled",Color.Highlighted),newText(" (in 22 ms)"),newText(".")]);
121
+
result.Description.ShouldBe([newText("99 \"Abc xyz\" process ",Color.Highlighted),newText("canceled",Color.Warning),newText(" (in 22 ms)"),newText(".")]);
0 commit comments