(t *testing.T)
| 112 | } |
| 113 | |
| 114 | func Test_wrapstring(t *testing.T) { |
| 115 | t.Run("包装字符串", func(t *testing.T) { |
| 116 | assert.Equal(t, "[g] Hello world", wrapstring("hello world")) |
| 117 | }) |
| 118 | } |
| 119 | |
| 120 | func Test_errstring(t *testing.T) { |
| 121 | t.Run("返回错误字符串", func(t *testing.T) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…