From cf7da1843c45a4c2df7a749f7886a2d2ba0ee92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:25:40 +0200 Subject: Adding upstream version 7.2.6. Signed-off-by: Daniel Baumann --- tests/roots/test-image-in-section/conf.py | 8 ++++++++ tests/roots/test-image-in-section/index.rst | 22 ++++++++++++++++++++++ tests/roots/test-image-in-section/pic.png | Bin 0 -> 120 bytes 3 files changed, 30 insertions(+) create mode 100644 tests/roots/test-image-in-section/conf.py create mode 100644 tests/roots/test-image-in-section/index.rst create mode 100644 tests/roots/test-image-in-section/pic.png (limited to 'tests/roots/test-image-in-section') diff --git a/tests/roots/test-image-in-section/conf.py b/tests/roots/test-image-in-section/conf.py new file mode 100644 index 0000000..9cb250c --- /dev/null +++ b/tests/roots/test-image-in-section/conf.py @@ -0,0 +1,8 @@ +exclude_patterns = ['_build'] + +rst_epilog = ''' +.. |picture| image:: pic.png + :width: 15pt + :height: 15pt + :alt: alternative_text +''' diff --git a/tests/roots/test-image-in-section/index.rst b/tests/roots/test-image-in-section/index.rst new file mode 100644 index 0000000..08416d6 --- /dev/null +++ b/tests/roots/test-image-in-section/index.rst @@ -0,0 +1,22 @@ +test-image-in-section +===================== +this is dummy content + + +|picture| Test section +---------------------- +blah blah blah + + +Another section +--------------- +another blah + + +Other [blah] |picture| section +------------------------------ +other blah + +|picture| +--------- +blah blah blah diff --git a/tests/roots/test-image-in-section/pic.png b/tests/roots/test-image-in-section/pic.png new file mode 100644 index 0000000..fda6cd2 Binary files /dev/null and b/tests/roots/test-image-in-section/pic.png differ -- cgit v1.2.3