mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
match indentation to rest of file
This commit is contained in:
parent
2642cdef22
commit
ddebb67f85
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
Feature: Custom formats
|
||||
|
||||
Scenario: Pretty Printing aka the Default
|
||||
Given We use the config "pretty.yaml"
|
||||
When we run "jrnl --format pretty -3"
|
||||
Then we should get no error
|
||||
And the output should be pretty printed
|
||||
Given We use the config "pretty.yaml"
|
||||
When we run "jrnl --format pretty -3"
|
||||
Then we should get no error
|
||||
And the output should be pretty printed
|
||||
|
||||
Scenario Outline: JSON format
|
||||
Given we use the config "<config>.yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue