(t *testing.T)
| 2134 | } |
| 2135 | |
| 2136 | func TestTrimLeftSpace(t *testing.T) { |
| 2137 | t.Parallel() |
| 2138 | if trimLeftSpace(nil) != nil { |
| 2139 | t.Error("oops") |
| 2140 | } |
| 2141 | } |
| 2142 | |
| 2143 | func TestTrimCurlyBrackets(t *testing.T) { |
| 2144 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…