golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/errors/bad_filenames.test (about)

     1  mod=example.com/ziperrors
     2  dir=x
     3  base=none
     4  error=true
     5  vcs=git
     6  -- want --
     7  testdata/this_file_also_has_a_bad_filename'.txt: malformed file path "testdata/this_file_also_has_a_bad_filename'.txt": invalid char '\''
     8  testdata/this_file_has_a_bad_filename'.txt: malformed file path "testdata/this_file_has_a_bad_filename'.txt": invalid char '\''
     9  -- x/go.mod --
    10  module example.com/x
    11  
    12  go 1.12
    13  -- x/testdata/this_file_has_a_bad_filename'.txt --
    14  -- x/testdata/this_file_also_has_a_bad_filename'.txt --
    15  # Verify that errors in submodules are not reported.
    16  -- x/y/go.mod --
    17  -- x/y/submodule_bad_filename'.txt --