blob: adb359c8581a3989d554571aa885ca00f2411374 [file] [log] [blame] [edit]
# Issue #24233: allow backslash in path of command
go install -n rsc.io\fortune@v1.0.0
! stderr 'malformed'
mkdir m
cd m
go mod init example.com/m
go get rsc.io\fortune
! stderr 'malformed'
go install -n rsc.io\fortune@v1.0.0
! stderr 'malformed'