summaryrefslogtreecommitdiff
path: root/tests/data/include-lines-test.txt
blob: 6f0fd2ca57b7bd669a38b32703052ede94df4ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include line test
=================

The imports:

[source,python]
----
include::./dummy_file.py[lines="6..15"]
----

Some random ranges:

[source,python]
----
include::./dummy_file.py[lines="29..44,61..68,70,398..-1"]
----

Using ; as separator:

[source,python]
----
include::./dummy_file.py[lines="29..44;61..68"]
----