Home | History | Annotate | Download | only in blueprint

Lines Matching refs:strs

25 	strs  []string
31 strs: []string{"abc def ", " jkl"},
36 strs: []string{"abc def ", "", ""},
41 strs: []string{"foo ", "! bar"},
46 strs: []string{"foo ", " bar"},
51 strs: []string{"foo ", " bar"},
56 strs: []string{"foo $$ bar"},
61 strs: []string{"", "", ""},
66 strs: []string{"", "$$"},
71 strs: []string{"foo bar"},
118 if !reflect.DeepEqual(output.strings, testCase.strs) {
121 t.Errorf(" expected: %#v", testCase.strs)