mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
Make the tests pass
This commit is contained in:
parent
2caaa039b1
commit
7d23945df7
1 changed files with 1 additions and 5 deletions
|
@ -30,11 +30,7 @@ Feature: Exporting a Journal
|
||||||
Scenario: Increasing Headings on Markdown export
|
Scenario: Increasing Headings on Markdown export
|
||||||
Given we use the config "markdown-headings-335.yaml"
|
Given we use the config "markdown-headings-335.yaml"
|
||||||
When we run "jrnl --export markdown"
|
When we run "jrnl --export markdown"
|
||||||
Then we should see the message
|
Then the output should be
|
||||||
"""
|
|
||||||
WARNING: Headings increased past H6 on export - 2015-04-14 13:23 Heading Test
|
|
||||||
"""
|
|
||||||
and the output should be
|
|
||||||
"""
|
"""
|
||||||
2015
|
2015
|
||||||
====
|
====
|
||||||
|
|
Loading…
Add table
Reference in a new issue