##// END OF EJS Templates
run-tests: defer leftover (?) cleanup until after all output is exhausted...
run-tests: defer leftover (?) cleanup until after all output is exhausted Previously, after matching a single line, any contiguous subsequent lines ending with (?) would be added to the output and removed from the expected output. This is a problem if the subsequent test output would have matched the consumed (?) line, because it kept the optional line and then added a duplicate without the (?) [1]. Instead, wait until there is nothing more to match before handling the leftovers. [1] https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-February/080197.html

File last commit:

r14046:b24e5a70 default
r28317:8de70574 default
Show More
footer.tmpl
5 lines | 80 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
{motd}
</body>
</html>