blob: db059c8fedc464d84d452237b79c821e37ddac35 [file] [log] [blame]
# Issue #68737: Don't panic if the import path string doesn't appear
# in the import error. The string may not appear because it may be
# escaped when quoted as part of the error message.
! go run '' # Quote contains 0x01 byte
! stderr panic
stderr 'malformed import path "\\x01": invalid char ''\\x01'''