package gitutil import ( "testing" "github.com/stretchr/testify/assert" ) func TestSanitizePathWindows(t *testing.T) { assert.Equal(t, "C:\\Users\\foobar", SanitizePath("C:/Users/foobar")) }