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