Lines Matching refs:out
40 out string
46 out: "abc",
51 out: "abc",
56 out: "defabc",
61 out: "abcdef",
66 out: "defabcdef",
71 out: "",
76 out: "def",
81 out: "def",
86 out: "defdef",
91 out: "abcdef",
96 out: "abcgdef",
101 out: "$",
106 out: "$(var1)",
111 out: "$abc",
116 out: "abc$",
121 out: "",
126 out: "$a${in}$b",
175 } else if !test.err && got != test.out {
176 t.Errorf("%q: expected %q, got %q", test.in, test.out, got)
189 t.Errorf("%q: expected %q, got %q", test.in, test.out, got)