mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
expectation for header & list indent
This commit is contained in:
parent
07342b5ac4
commit
12d4661db9
1 changed files with 15 additions and 1 deletions
|
|
@ -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)))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue