summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'href_test.go')
-rw-r--r--href_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/href_test.go b/href_test.go
index 4134d47..dfeb091 100644
--- a/href_test.go
+++ b/href_test.go
@@ -23,6 +23,10 @@ func TestTitle(t *testing.T) {
URL: `http://undeadly.org`,
Title: `OpenBSD Journal: A resource for the OpenBSD community`,
},
+ {
+ URL: `https://github.com/dls/house/blob/master/kernel/SimpleExec.hs`,
+ Title: `house/SimpleExec.hs at master · dls/house · GitHub`,
+ },
}
for _, tc := range testCases {
t.Run(tc.URL, func(t *testing.T) {