Lines Matching refs:Output
16 Output [][]string
34 Output: [][]string{{"a", "b", "c"}},
39 Output: [][]string{{"a", "b"}, {"c", "d"}},
44 Output: [][]string{{"a", "b\rc", "d"}},
55 Output: [][]string{
65 Output: [][]string{{"a", "b", "c"}},
71 Output: [][]string{{"a", "b", "c"}},
79 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
84 Output: [][]string{
93 Output: [][]string{
102 Output: [][]string{{"a", "b", "c"}},
107 Output: [][]string{{" a", " b", " c"}},
113 Output: [][]string{{"a", "b", "c"}},
118 Output: [][]string{{"#1", "2", "3"}, {"a", "b", "c"}},
124 Output: [][]string{{`a "word"`, `1"2`, `a"`, `b`}},
130 Output: [][]string{{`a "word"`, `1"2`, `a"`}},
136 Output: [][]string{{`a""b`, `c`}},
147 Output: [][]string{{"a", " b", "c"}},
180 Output: [][]string{{"a", "b", "c"}, {"d", "e"}},
185 Output: [][]string{{"a", "b", "c", ""}},
190 Output: [][]string{{"a", "b", "c", ""}},
196 Output: [][]string{{"a", "b", "c", ""}},
202 Output: [][]string{{"a", "b", "c", ""}},
208 Output: [][]string{{"a", "b", "c"}, {"d", "e", "f"}, {"g", "hi", ""}},
213 Output: [][]string{{"a", "b", "c", " "}},
229 Output: [][]string{
247 Output: [][]string{
257 Output: [][]string{
289 } else if !reflect.DeepEqual(out, tt.Output) {
290 t.Errorf("%s: out=%q want %q", tt.Name, out, tt.Output)