mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2024-04-21 12:31:36 +00:00
add a test for issue #103
This commit is contained in:
+2
-2
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user