Mercurial > public > mercurial-scm > hg-stable
diff tests/test-minirst.py @ 10972:0a2c6948f5f4
doc, minirst: support hg interpreted text role
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 22 Apr 2010 10:04:53 +0200 |
parents | e957cc7cbd14 |
children | f4778f942a4e |
line wrap: on
line diff
--- a/tests/test-minirst.py Thu Apr 22 09:57:04 2010 +0200 +++ b/tests/test-minirst.py Thu Apr 22 10:04:53 2010 +0200 @@ -178,3 +178,6 @@ debugformat('containers (debug)', containers, 60, keep=['debug']) debugformat('containers (verbose debug)', containers, 60, keep=['verbose', 'debug']) + +roles = """Please see :hg:`add`.""" +debugformat('roles', roles, 60)