(t *testing.T)
| 3 | import "testing" |
| 4 | |
| 5 | func TestEncodePath(t *testing.T) { |
| 6 | t.Log(EncodePath("http://localhost:5244/d/123#.png")) |
| 7 | } |
| 8 | |
| 9 | func TestFixAndCleanPath(t *testing.T) { |
| 10 | datas := map[string]string{ |
nothing calls this directly
no test coverage detected