add a test for issue #103

This commit is contained in:
Martin Angers
2016-04-08 07:41:18 -04:00
parent 5cc721859e
commit 2e29ea41f0
+2 -2
View File
@@ -199,7 +199,7 @@ func TestIssue103(t *testing.T) {
}
text := d.Find("title").Text()
for i, r := range text {
fmt.Printf("%d: %d - %q\n", i, r, string(r))
t.Logf("%d: %d - %q\n", i, r, string(r))
}
fmt.Println(text)
t.Log(text)
}