diff tests/test-minirst.py.out @ 27729:58f8b29c37ff

minirst: change hgrole to use single quotes We decided to reserve double quotes for arguments to hg because cmd does not like single quotes, so switch the outer quotes to single
author timeless <timeless@mozdev.org>
date Tue, 12 Jan 2016 06:03:36 +0000
parents af9d9b778550
children 6582b3716ae0
line wrap: on
line diff
--- a/tests/test-minirst.py.out	Sun Dec 13 22:09:57 2015 +0900
+++ b/tests/test-minirst.py.out	Tue Jan 12 06:03:36 2016 +0000
@@ -594,18 +594,18 @@
 == roles ==
 60 column format:
 ----------------------------------------------------------------------
-Please see "hg add".
+Please see 'hg add'.
 ----------------------------------------------------------------------
 
 30 column format:
 ----------------------------------------------------------------------
-Please see "hg add".
+Please see 'hg add'.
 ----------------------------------------------------------------------
 
 html format:
 ----------------------------------------------------------------------
 <p>
-Please see &quot;hg add&quot;.
+Please see 'hg add'.
 </p>
 ----------------------------------------------------------------------
 
@@ -621,7 +621,7 @@
 Subsection
 ''''''''''
 
-Markup: "foo" and "hg help"
+Markup: "foo" and 'hg help'
 ---------------------------
 ----------------------------------------------------------------------
 
@@ -636,7 +636,7 @@
 Subsection
 ''''''''''
 
-Markup: "foo" and "hg help"
+Markup: "foo" and 'hg help'
 ---------------------------
 ----------------------------------------------------------------------
 
@@ -645,7 +645,7 @@
 <h1>Title</h1>
 <h2>Section</h2>
 <h3>Subsection</h3>
-<h2>Markup: &quot;foo&quot; and &quot;hg help&quot;</h2>
+<h2>Markup: &quot;foo&quot; and 'hg help'</h2>
 ----------------------------------------------------------------------
 
 == admonitions ==