Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue23092 (0.17 sec)

  1. src/go/internal/srcimporter/srcimporter_test.go

    	if pkg.Name() != pkgName {
    		t.Errorf("got %q; want %q", pkg.Name(), pkgName)
    	}
    
    	if pkg.Path() != pkgPath {
    		t.Errorf("got %q; want %q", pkg.Path(), pkgPath)
    	}
    }
    
    // TestIssue23092 tests relative imports.
    func TestIssue23092(t *testing.T) {
    	testImportPath(t, "./testdata/issue23092")
    }
    
    // TestIssue24392 tests imports against a path containing 'testdata'.
    func TestIssue24392(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top