mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
behavior outline
This commit is contained in:
parent
5a44385a54
commit
d3589fae60
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue