summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeppe Pihl <jpihl08@gmail.com>2014-10-06 10:58:03 +0200
committerJeppe Pihl <jpihl08@gmail.com>2014-10-06 10:58:03 +0200
commit9119424dfab8181930da8a8c16683d4aad0dd249 (patch)
tree2dc1693a97dd9d93332ff8434f7bfd81dbda22dc /tests
parentbd0b5f19426148f0ead0c70e564d1b301da7fc53 (diff)
downloadsphinx-9119424dfab8181930da8a8c16683d4aad0dd249.tar.gz
fixed bugs, and extended unit test to catch them again if they reappear
Diffstat (limited to 'tests')
-rw-r--r--tests/roots/test-directive-code/lineno_match.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-directive-code/lineno_match.rst b/tests/roots/test-directive-code/lineno_match.rst
index f1e9cf15..4e3b3835 100644
--- a/tests/roots/test-directive-code/lineno_match.rst
+++ b/tests/roots/test-directive-code/lineno_match.rst
@@ -8,7 +8,7 @@ Literal Includes with Line Numbers Matching
.. literalinclude:: literal.inc
:language: python
- :lines: 6,7,8-9
+ :lines: 5-6,7,8-9
:lineno-match:
.. literalinclude:: literal.inc