Lines Matching refs:simple
32 simple string
38 simple: "[ 50% 1/2] action1\n[100% 2/2] action2\n",
44 simple: "[ 50% 1/2] action1\n[100% 2/2] action2\n",
50 simple: "[ 33% 1/3] action1\n[ 66% 2/3] action2\noutput1\noutput2\n[100% 3/3] action3\n",
56 simple: "[ 33% 1/3] action1\n[ 66% 2/3] action2\noutput1\noutput2\n[100% 3/3] action3\n",
62 …simple: "[ 33% 1/3] action1\n[ 66% 2/3] action2\nFAILED: f1 f2\ntouch f1 f2\nerror1\nerror2\n[100%…
68 simple: "[100% 1/1] command1\n",
74 simple: "[ 50% 1/2] action1\nstatus\nprint\nFAILED: error\n[100% 2/2] action2\n",
80 simple: "[ 50% 1/2] action with very long description to test eliding\n",
86 simple: "[100% 1/1] action1\ncolor\n",
107 simple := &bytes.Buffer{}
108 stat := NewStatusOutput(simple, "", false, false)
112 if g, w := simple.String(), tt.simple; g != w {
123 if g, w := smart.String(), tt.simple; g != w {