github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/bidichk.go (about)

     1  //golangcitest:args -Ebidichk
     2  package testdata
     3  
     4  import "fmt"
     5  
     6  func main() {
     7  	fmt.Println("LEFT-TO-RIGHT-OVERRIDE: '‭', it is between the single quotes, but it is not visible with a regular editor") // want "found dangerous unicode character sequence LEFT-TO-RIGHT-OVERRIDE"
     8  }