diff options
| author | Georg Brandl <georg@python.org> | 2010-07-21 11:33:24 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-07-21 11:33:24 +0100 |
| commit | ae573607969eb6ecb45f4c35729ac09564ff7434 (patch) | |
| tree | cad4621db8e4889f1744f7f9327b847f821c1261 /tests/root | |
| parent | 41e3837cc9b76f1e36eb6df82d3c22599970c5d1 (diff) | |
| download | sphinx-ae573607969eb6ecb45f4c35729ac09564ff7434.tar.gz | |
Fix :guilabel: unescaping, and make some tests actually run.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index e286d26c..a72285ed 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -97,21 +97,23 @@ Inline markup *Generic inline markup* -* :command:`command` -* :dfn:`dfn` -* :guilabel:`guilabel with &accelerator` -* :kbd:`kbd` -* :mailheader:`mailheader` -* :makevar:`makevar` -* :manpage:`manpage` -* :mimetype:`mimetype` -* :newsgroup:`newsgroup` -* :program:`program` -* :regexp:`regexp` -* :menuselection:`File --> Close` +Adding \n to test unescaping. + +* :command:`command\\n` +* :dfn:`dfn\\n` +* :guilabel:`guilabel with &accelerator and \\n` +* :kbd:`kbd\\n` +* :mailheader:`mailheader\\n` +* :makevar:`makevar\\n` +* :manpage:`manpage\\n` +* :mimetype:`mimetype\\n` +* :newsgroup:`newsgroup\\n` +* :program:`program\\n` +* :regexp:`regexp\\n` +* :menuselection:`File --> Close\\n` * :menuselection:`&File --> &Print` -* :file:`a/{varpart}/b` -* :samp:`print {i}` +* :file:`a/{varpart}/b\\n` +* :samp:`print {i}\\n` *Linking inline markup* |
