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