Text file src/cmd/go/testdata/script/mod_list_odd_tags.txt

     1  [short] skip
     2  [!git] skip
     3  
     4  env GOPROXY=direct
     5  
     6  go list -m vcs-test.golang.org/git/odd-tags.git@latest
     7  stdout -count=1 '^.'
     8  stdout '^vcs-test.golang.org/git/odd-tags.git v0.1.1-0.20220223184835-9d863d525bbf$'
     9  
    10  go list -m -versions vcs-test.golang.org/git/odd-tags.git
    11  stdout -count=1 '^.'
    12  stdout '^vcs-test.golang.org/git/odd-tags.git$'  # No versions listed — the odd tags are filtered out.
    13  

View as plain text