Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badTests (0.08 sec)

  1. src/net/mail/message_test.go

    			continue
    		}
    
    		if addr.String() != test {
    			t.Errorf("String() round-trip = %q; want %q", addr, test)
    			continue
    		}
    
    	}
    
    	// Should fail
    	badTests := []string{
    		`<Abc.example.com>`,
    		`<A@b@******@****.***>`,
    		`<a"b(c)d,e:f;g<h>i[j\k]******@****.***>`,
    		`<just"not"******@****.***>`,
    		`<this is"not\******@****.***>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top