Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIllformedUTF16FileName (0.18 sec)

  1. src/os/os_windows_test.go

    	if err != nil {
    		t.Errorf("exec.LookPath(%q): %v", pythonPath, err)
    	}
    	if p != pythonPath {
    		t.Errorf("exec.LookPath(%q) = %q; want %q", pythonPath, p, pythonPath)
    	}
    }
    
    func TestIllformedUTF16FileName(t *testing.T) {
    	dir := t.TempDir()
    	const sep = string(os.PathSeparator)
    	if !strings.HasSuffix(dir, sep) {
    		dir += sep
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top