summaryrefslogtreecommitdiffstats
path: root/rtemsqual/tests/test_content_sphinx.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsqual/tests/test_content_sphinx.py')
-rw-r--r--rtemsqual/tests/test_content_sphinx.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsqual/tests/test_content_sphinx.py b/rtemsqual/tests/test_content_sphinx.py
index b882c4f1..6df8cca6 100644
--- a/rtemsqual/tests/test_content_sphinx.py
+++ b/rtemsqual/tests/test_content_sphinx.py
@@ -43,11 +43,13 @@ def test_directive():
with sc.directive("x"):
sc.add("y")
assert str(sc) == """.. x::
+
y
"""
with sc.directive("z", "xy", [":a:", ":b:"]):
sc.add("c")
assert str(sc) == """.. x::
+
y
.. z:: xy