Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compareCommandLineToArgvWithSyscall (0.55 sec)

  1. src/os/os_windows_test.go

    		` "a b c""`,
    		` """CallMeIshmael"""  b  c`,
    		` """Call Me Ishmael"""`,
    		` """"Call Me Ishmael"" b c`,
    	}
    	for _, cmd := range cmds {
    		compareCommandLineToArgvWithSyscall(t, "test"+cmd)
    		compareCommandLineToArgvWithSyscall(t, `"cmd line"`+cmd)
    		compareCommandLineToArgvWithSyscall(t, exe+cmd)
    
    		// test both syscall.EscapeArg and os.commandLineToArgv
    		args := os.CommandLineToArgv(exe + cmd)
    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