tests/test-hgweb-commands.t
branchstable
changeset 24952 169d2470d283
parent 24800 cde547252f2e
child 25108 09ec4220a839
equal deleted inserted replaced
24950:e6e7d1cce04d 24952:169d2470d283
   795               '', <!-- NEXTHASH
   795               '', <!-- NEXTHASH
   796               function (htmlText, previousVal) {
   796               function (htmlText, previousVal) {
   797                   var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
   797                   var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
   798                   return m ? m[1] : null;
   798                   return m ? m[1] : null;
   799               },
   799               },
   800               '.bigtable > tbody:nth-of-type(2)',
   800               '.bigtable > tbody',
   801               '<tr class="%class%">\
   801               '<tr class="%class%">\
   802               <td colspan="3" style="text-align: center;">%text%</td>\
   802               <td colspan="3" style="text-align: center;">%text%</td>\
   803               </tr>'
   803               </tr>'
   804       );
   804       );
   805   </script>
   805   </script>