mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Go
		
	
	
	
	
	
|  | package test
 | ||
|  | 
 | ||
|  | import "testing"
 | ||
|  | 
 | ||
|  | func TestA(t *testing.T) { A("miek.nl. IN A 127.0.0.1") } // should not crash
 |