aboutsummaryrefslogtreecommitdiffstats
path: root/unxhtmlify_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'unxhtmlify_test.go')
-rw-r--r--unxhtmlify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unxhtmlify_test.go b/unxhtmlify_test.go
index 9ac238d..7091a8e 100644
--- a/unxhtmlify_test.go
+++ b/unxhtmlify_test.go
@@ -2,7 +2,7 @@ package main
import "testing"
-func TestUnxhtmlifyLine(t *testing.T) {
+func TestUnxhtmlifyString(t *testing.T) {
var tests = []struct {
input, expected string
}{