You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
What steps will reproduce the problem?
1. fmt.Println(shlex.Split(`/opt/nginx-1.6.0/nginx.exe -t`))
What is the expected output? What do you see instead?
expected: []string{"/opt/nginx-1.6.0/nginx.exe", "-t"}
but return err: Uknown rune: 47
What version of the product are you using? On what operating system?
not relative
Please provide any additional information below.
Original issue reported on code.google.com by imhors...@gmail.com on 20 Jan 2015 at 8:45
Original issue reported on code.google.com by
imhors...@gmail.comon 20 Jan 2015 at 8:45