Showing 1 changed files with 1 additions and 0 deletions
+1
xt/basic.t
... ...
@@ -112,6 +112,7 @@ note 'Commit page';
112 112
   note 'rename';
113 113
   {
114 114
     $t->get_ok("/$user/$project/commit/15ea9d711617abda5eed7b4173a3349d30bca959");
115
+    $t->content_like(qr#1 <span class="muted">parent</span>.*1b59896#s);
115 116
     $t->content_like(qr/File renamed without changes/);
116 117
     $t->content_like(qr/a.txt → a_renamed.txt/);
117 118
     $t->content_like(qr/class="file-renamed"/);