9 lines
		
	
	
		
			278 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 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"
 | ||
| }
 | 
