| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -176,6 +176,10 @@ func TestIsLetter(t *testing.T) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						assert.False(t, IsLetter('$')) | 
					 | 
					 | 
					 | 
						assert.False(t, IsLetter('$')) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					// TODO: IsTextFile()
 | 
					 | 
					 | 
					 | 
					func TestIsTextFile(t *testing.T) { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					// TODO: IsImageFile()
 | 
					 | 
					 | 
					 | 
						assert.True(t, IsTextFile([]byte{})) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					// TODO: IsPDFFile()
 | 
					 | 
					 | 
					 | 
						assert.True(t, IsTextFile([]byte("lorem ipsum"))) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					// TODO: IsImageFile(), currently no idea how to test
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					// TODO: IsPDFFile(), currently no idea how to test
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
  |