Lines Matching refs:output
30 output string
36 output: "# foo\n",
42 output: "pool foo\n",
48 output: "rule foo\n",
55 output: "# foo comment\nbuild o1 o2 | io1 io2: foo e1 e2 | i1 i2 || oo1 oo2 |@ v1 v2\n",
61 output: "default foo\n",
67 output: "foo = bar\n",
73 output: " foo = bar\n",
79 output: "subninja build.ninja\n",
85 output: "\n",
100 output: `pool p
120 if buf.String() != testCase.output {
122 t.Errorf(" expected: %q", testCase.output)