forked from toolshed/abra
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			174 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			174 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package formatter
 | |
| 
 | |
| import (
 | |
| 	"testing"
 | |
| 
 | |
| 	"github.com/stretchr/testify/assert"
 | |
| )
 | |
| 
 | |
| func TestBoldDirtyDefault(t *testing.T) {
 | |
| 	assert.Equal(t, "foo", BoldDirtyDefault("foo"))
 | |
| }
 |