From 0d44bcb41e25b00e749064a730b702a4b7458dab Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 14 Apr 2015 15:52:18 -0600 Subject: [PATCH] Check for heading level error --- features/exporting.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/exporting.feature b/features/exporting.feature index 85bcbea2..33fbef83 100644 --- a/features/exporting.feature +++ b/features/exporting.feature @@ -30,7 +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 get error + Then we should see the message """ WARNING: Headings increased past H6 on export - 2015-04-14 13:23 Heading Test """