behavior outline

This commit is contained in:
Suhas 2021-03-04 17:28:31 -05:00
parent 5a44385a54
commit d3589fae60

View file

@ -297,6 +297,22 @@ Feature: Custom formats
| basic_folder | | basic_folder |
| basic_dayone | | 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 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 @todo
Scenario Outline: Exporting fancy Scenario Outline: Exporting fancy
# Needs better emoji support # Needs better emoji support