mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package test
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import "testing"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func TestA(t *testing.T) {
							 | 
						||
| 
								 | 
							
									// should not crash
							 | 
						||
| 
								 | 
							
									A("miek.nl. IN A 127.0.0.1")
							 | 
						||
| 
								 | 
							
								}
							 |