split test into unit and integration

provide some dummy tests cases
This commit is contained in:
Anton Wilhelm 2019-02-20 21:37:02 +01:00
commit dac0bfec6c
6 changed files with 62 additions and 2 deletions

18
test/fixtures/simple/README.md vendored Normal file
View file

@ -0,0 +1,18 @@
# Heading
[another page](other.md)
## II 1
### III 1
#### IV 1
##### V 1
## II 2
### III 2
#### IV 2

16
test/fixtures/simple/other-page.md vendored Normal file
View file

@ -0,0 +1,16 @@
# Other
## two 1
### three 1
#### four 1
##### five 1
## two 2
### three 2
#### four 2