summaryrefslogtreecommitdiff
path: root/tests/data/include-lines-test.txt
blob: 391a8936a004c7a3e43d4b52924fd6c070686ca1 (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::./data/dummy_file.py[lines="6..15"]
----

Some random ranges:

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

Using ; as separator:

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