mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-17 17:32:21 -04:00
8 lines
278 B
Go
8 lines
278 B
Go
//golangcitest:args -Ebidichk
|
||
package testdata
|
||
|
||
import "fmt"
|
||
|
||
func main() {
|
||
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"
|
||
}
|