From d3589fae60be76763b320eec8059a8c5b7465569 Mon Sep 17 00:00:00 2001 From: Suhas Date: Thu, 4 Mar 2021 17:28:31 -0500 Subject: [PATCH] behavior outline --- features/format.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/features/format.feature b/features/format.feature index 4981f685..77d36d71 100644 --- a/features/format.feature +++ b/features/format.feature @@ -297,6 +297,22 @@ Feature: Custom formats | basic_folder | | basic_dayone | + + + Scenario Outline: Export fancy with small linewrap + Given we use the config ".yaml" + And we use the password "test" if prompted + When we run "jrnl --config-override linewrap 12 --format fancy -3" + Then we should get no error + And the output should be "12" columns wide + + Examples: configs + | config | + | basic_onefile | + | basic_encrypted | + | basic_folder | + | basic_dayone | + @todo Scenario Outline: Exporting fancy # Needs better emoji support