summaryrefslogtreecommitdiff
path: root/tests/roots/test-directive-code/lineno_match.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-directive-code/lineno_match.rst')
-rw-r--r--tests/roots/test-directive-code/lineno_match.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/roots/test-directive-code/lineno_match.rst b/tests/roots/test-directive-code/lineno_match.rst
new file mode 100644
index 00000000..4e3b3835
--- /dev/null
+++ b/tests/roots/test-directive-code/lineno_match.rst
@@ -0,0 +1,17 @@
+Literal Includes with Line Numbers Matching
+===========================================
+
+.. literalinclude:: literal.inc
+ :language: python
+ :pyobject: Bar
+ :lineno-match:
+
+.. literalinclude:: literal.inc
+ :language: python
+ :lines: 5-6,7,8-9
+ :lineno-match:
+
+.. literalinclude:: literal.inc
+ :language: python
+ :start-after: pass
+ :lineno-match: