Fix for low line lenghts on fancy exporter

See https://github.com/jrnl-org/jrnl/pull/1219
This commit is contained in:
MinchinWeb 2021-05-09 13:52:43 -06:00
commit d40014656f
5 changed files with 79 additions and 2 deletions

View file

@ -323,6 +323,22 @@ Feature: Custom formats
| basic_folder |
| basic_dayone |
Scenario Outline: Export fancy with small linewrap
Given we use the config "<config>.yaml"
And we use the password "test" if prompted
When we run "jrnl --config-override linewrap 35 --format fancy -3"
Then we should get no error
And the output should be 35 columns wide
Examples: configs
| config |
| basic_onefile |
| basic_encrypted |
| basic_folder |
| basic_dayone |
@todo
Scenario Outline: Exporting fancy
# Needs better emoji support