Lines Matching refs:input
28 input string
35 input: `
56 input: `
72 input: `
88 input: `
109 input: `
133 input: `
161 input: `
183 input: `
203 input: `
231 input: `
262 input: `
297 input: `
332 input: `
355 input: `
404 input: `
436 input: `
468 input: `
505 input: `
542 input: `
578 input: `
612 input: `
642 input: `
670 input: `
712 input: `
730 r := bytes.NewBufferString(testCase.input)
733 t.Errorf("test case: %s", testCase.input)
760 t.Errorf("test case: %s", testCase.input)
767 t.Errorf("test case: %s", testCase.input)
781 t.Errorf("test case: %s", testCase.input)
795 input string
801 input: `
807 errors: []string{`<input>:3:13: unrecognized property "missing"`},
811 input: `
823 errors: []string{`<input>:4:14: unrecognized property "nested.missing"`},
827 input: `
837 errors: []string{`<input>:3:13: mutated field mutated cannot be set in a Blueprint file`},
841 input: `
855 errors: []string{`<input>:4:14: mutated field nested.mutated cannot be set in a Blueprint file`},
859 input: `
871 `<input>:4:12: property "exists" already defined`,
872 `<input>:3:12: <-- previous definition here`,
877 input: `
893 `<input>:5:13: property "nested.exists" already defined`,
894 `<input>:4:13: <-- previous definition here`,
899 input: `
910 `<input>:3:11: can't assign string value to int64 property "int"`,
915 input: `
928 `<input>:3:11: can't assign string value to map property "map"`,
933 input: `
944 `<input>:3:12: can't assign string value to list property "list"`,
949 input: `
962 `<input>:3:16: can't assign string value to list property "map_list"`,
969 r := bytes.NewBufferString(testCase.input)
972 t.Errorf("test case: %s", testCase.input)
1018 run := func(b *testing.B, props []interface{}, input string) {
1021 r := bytes.NewBufferString(input)
1024 b.Errorf("test case: %s", input)