summaryrefslogtreecommitdiffstats
path: root/tests/test_renderers/fixtures/mock_include_errors.md
blob: 1e5c2e9b1d4b7f9549afe848dac553e696e1f76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Missing path:
.
```{include}
```
.
tmpdir/test.md:1: (ERROR/3) Directive 'include': 1 argument(s) required, 0 supplied
.

Non-existent path:
.
```{include} other.md
```
.
tmpdir/test.md:1: (SEVERE/4) Directive "include": error reading file: tmpdir/other.md
[Errno 2] No such file or directory: 'tmpdir/other.md'.
.

Error in include file:
.
```{include} bad.md
```
.
tmpdir/bad.md:2: (ERROR/3) Unknown interpreted text role "a".
.