// Test for golang/go#57081. func TestFormattingMisspelledURI(t *testing.T) { … } // Test that we can find packages for open files with different spelling on // case-insensitive file systems. func TestPackageForMisspelledURI(t *testing.T) { … }
// Test for golang/go#57081. func TestFormattingMisspelledURI(t *testing.T) { … } // Test that we can find packages for open files with different spelling on // case-insensitive file systems. func TestPackageForMisspelledURI(t *testing.T) { … }