Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bad123port (0.09 sec)

  1. src/net/port_test.go

    	{"1073741823", 1<<30 - 1, false},
    	{"1073741824", 1<<30 - 1, false},
    	{"1073741825", 1<<30 - 1, false},
    
    	// Others
    	{"abc", 0, true},
    	{"9pfs", 0, true},
    	{"123badport", 0, true},
    	{"bad123port", 0, true},
    	{"badport123", 0, true},
    	{"123456789badport", 0, true},
    	{"-2147483649badport", 0, true},
    	{"2147483649badport", 0, true},
    }
    
    func TestParsePort(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 15 23:11:47 UTC 2016
    - 1.3K bytes
    - Viewed (0)
Back to top