expectation for header & list indent

This commit is contained in:
jem 2018-05-18 17:17:15 +02:00
parent 07342b5ac4
commit 12d4661db9

View file

@ -89,4 +89,18 @@ some text
more text" more text"
(sut/expand-include-md (sut/expand-include-md
(:includer system-under-test) (:includer system-under-test)
include-heading-list-0))))) include-heading-list-0)))
(is
(= "# Heading1
### Heading2
some text
* List
## Heading 3
more text
some text
Simple content.
more text."
(sut/expand-include-md
(:includer system-under-test)
multi)))))