Showing 1 changed files with 1 additions and 1 deletions
+1 -1
xt/basic.t
... ...
@@ -193,7 +193,7 @@ note 'Commits page';
193 193
   {
194 194
     # Page access(branch name long)
195 195
     $t->get_ok("/$user/$project/commits/master.atom");
196
-    $t->content_like(qr/\Q<?xml version="1.0" encoding="UTF-8"?>/);
196
+    $t->content_like(qr/\Q<?xml version="1.0" encoding="UTF-8" ?>/);
197 197
     $t->content_like(qr/<entry>/);
198 198
   }
199 199
 }