gotools/internal/diff/diff_test.go

func TestApply(t *testing.T) {}

func TestNEdits(t *testing.T) {}

func TestNRandom(t *testing.T) {}

// $ go test -fuzz=FuzzRoundTrip ./internal/diff
func FuzzRoundTrip(f *testing.F) {}

func TestLineEdits(t *testing.T) {}

func TestToUnified(t *testing.T) {}

func TestRegressionOld001(t *testing.T) {}

func TestRegressionOld002(t *testing.T) {}

// return a random string of length n made of characters from s
func randstr(s string, n int) string {}