Home
last modified time | relevance | path

Searched refs:stripShellComment (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dninja.go187 func stripShellComment(s string) string { func
314 cmd = stripShellComment(cmd)
Dninja_test.go65 got := stripShellComment(tc.in)
67 t.Errorf(`stripShellComment(%q)=%q, want %q`, tc.in, got, tc.want)