Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for webmaster (0.11 sec)

  1. src/net/url/url_test.go

    	},
    	// non-authority with path; see golang.org/issue/46059
    	{
    		"mailto:/webmaster@golang.org",
    		&URL{
    			Scheme:   "mailto",
    			Path:     "/webmaster@golang.org",
    			OmitHost: true,
    		},
    		"",
    	},
    	// non-authority
    	{
    		"mailto:******@****.***",
    		&URL{
    			Scheme: "mailto",
    			Opaque: "webmaster@golang.org",
    		},
    		"",
    	},
    	// unescaped :// in query should not create a scheme
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top