Lines Matching refs:out
28 out := PrintStringList(in, indentLevel)
30 if out != expectedOut {
31 t.Errorf("Expected %q, got %q", expectedOut, out)
38 out := PrintStringList(in, indentLevel)
40 if out != expectedOut {
41 t.Errorf("Expected %q, got %q", expectedOut, out)
48 out := PrintStringList(in, indentLevel)
53 if out != expectedOut {
54 t.Errorf("Expected %q, got %q", expectedOut, out)
61 out := PrintList(in, indentLevel, simpleFormat)
63 if out != expectedOut {
64 t.Errorf("Expected %q, got %q", expectedOut, out)
71 out := PrintList(in, indentLevel, simpleFormat)
73 if out != expectedOut {
74 t.Errorf("Expected %q, got %q", expectedOut, out)
81 out := PrintList(in, indentLevel, simpleFormat)
86 if out != expectedOut {
87 t.Errorf("Expected %q, got %q", expectedOut, out)
94 out := PrintList(in, indentLevel, simpleFormat)
99 if out != expectedOut {
100 t.Errorf("Expected %q, got %q", expectedOut, out)
107 out := PrintStringListDict(in, indentLevel)
109 if out != expectedOut {
110 t.Errorf("Expected %q, got %q", expectedOut, out)
121 out := PrintStringListDict(in, indentLevel)
130 if out != expectedOut {
131 t.Errorf("Expected %q, got %q", expectedOut, out)
145 out := PrintDict(in, indentLevel)
154 if out != expectedOut {
155 t.Errorf("Expected %q, got %q", expectedOut, out)
165 out := PrintDict(in, indentLevel)
170 if out != expectedOut {
171 t.Errorf("Expected %q, got %q", expectedOut, out)