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