Showing 1 changed files with 11 additions and 0 deletions
+11
xt/basic.t
... ...
@@ -318,3 +318,14 @@ note 'Network page';
318 318
   $t->get_ok("/$user/$project/network");
319 319
   $t->content_like(qr/Network/);
320 320
 }
321
+
322
+note 'README';
323
+{
324
+  # Links
325
+  $t->get_ok("/$user/$project/tree/84199670c2f8e51f87b05b336020bde968975498");
326
+  $t->content_like(qr#<a href="http://foo1">http://foo1</a>#);
327
+  $t->content_like(qr#<a href="https://foo2">https://foo2</a>#);
328
+  $t->content_like(qr#<a href="http://foo3">http://foo3</a>#);
329
+  $t->content_like(qr#<a href="http://foo4">http://foo4</a>#);
330
+  $t->content_like(qr#<a href="http://foo5">http://foo5</a>#);
331
+}