diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2015-03-03 08:13:14 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2015-03-03 08:13:14 +0900 |
| commit | 9ba0a51555f356544971c1dbfc242a166245797f (patch) | |
| tree | d7d343c51354cb2ba5bf4b76680eb0deb292b589 /tests/root | |
| parent | dfcd84c5dd540933dcfe1f59635a2fe146d333a6 (diff) | |
| download | sphinx-git-9ba0a51555f356544971c1dbfc242a166245797f.tar.gz | |
refs #1658, #1750: add test and small tweak.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 2 | ||||
| -rw-r--r-- | tests/root/objects.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index 4d109eb6b..63afc3083 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -149,7 +149,7 @@ Adding \n to test unescaping. * :doc:`subdir/includes` * ``:download:`` is tested in includes.txt * :option:`Python -c option <python -c>` -* This used to crash: :option:`Python c option` +* This used to crash: :option:`&option` Test :abbr:`abbr (abbreviation)` and another :abbr:`abbr (abbreviation)`. diff --git a/tests/root/objects.txt b/tests/root/objects.txt index cbc6281d0..02986f170 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -172,7 +172,9 @@ Others .. option:: +p -Link to :option:`perl +p`. +.. option:: arg + +Link to :option:`perl +p` and :option:`arg`. User markup |
