Source file src/go/doc/comment/parse_test.go

     1  // Copyright 2022 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  package comment
     6  
     7  import "testing"
     8  
     9  // See https://golang.org/issue/52353
    10  func Test52353(t *testing.T) {
    11  	ident("𫕐ﯯ")
    12  }
    13  

View as plain text