# HG changeset patch # User Anton Shestakov # Date 1594298831 -28800 # Node ID 74efe8301c74fe570a8871ba39b6dabc0d6b83bc # Parent 366aaaae9a491a0df9629c46f1938bc96b0ded27 tests: add blank lines to test-topic-tutorial.t to fix .rst syntax This file is converted to .rst using docs/test2rst.py in a pretty simple and straightforward way, and it's possible to just embed chunks of reST inside the .t file. However, it's necessary to make sure these chunks follow the reST syntax (and that includes having blank lines after indented blocks. Noticed when building a .deb: sphinx complained "WARNING: Explicit markup ends without a blank line; unexpected unindent." diff -r 366aaaae9a49 -r 74efe8301c74 tests/test-topic-tutorial.t --- a/tests/test-topic-tutorial.t Sun Jul 05 16:14:09 2020 +0800 +++ b/tests/test-topic-tutorial.t Thu Jul 09 20:47:11 2020 +0800 @@ -332,6 +332,7 @@ penwidth=2.0]; } #endif + And updating back to the topic reactivates it: $ hg update food @@ -1516,6 +1517,7 @@ penwidth=2.0]; } #endif + Multi-headed stack ------------------