Text file src/mime/testdata/test.types.globs2

     1  # Copyright 2021 The Go Authors. All rights reserved.
     2  # Use of this source code is governed by a BSD-style
     3  # license that can be found in the LICENSE file.
     4  
     5  
     6  # mime package test for globs2
     7  50:document/test:*.t3
     8  50:example/test:*.t4
     9  50:text/plain:*,v
    10  50:application/x-trash:*~
    11  30:example/do-not-use:*.t4
    12  10:example/glob-question-mark:*.foo?ar
    13  10:example/glob-asterisk:*.foo*r
    14  10:example/glob-range:*.foo[1-3]
    15  

View as plain text