mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
binary search misbehaving windows test
This commit is contained in:
parent
27a370ce86
commit
fe4f18951f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ Given we use the config "editor.yaml"
|
||||||
When we run "jrnl --config-override '{"editor": "nano"}'"
|
When we run "jrnl --config-override '{"editor": "nano"}'"
|
||||||
Then the editor "nano" should have been called
|
Then the editor "nano" should have been called
|
||||||
|
|
||||||
|
@skip_win
|
||||||
Scenario: Override configured linewrap with a value of 23
|
Scenario: Override configured linewrap with a value of 23
|
||||||
Given we use the config "editor.yaml"
|
Given we use the config "editor.yaml"
|
||||||
When we run "jrnl -2 --config-override '{"linewrap": 23}' --format fancy"
|
When we run "jrnl -2 --config-override '{"linewrap": 23}' --format fancy"
|
||||||
|
@ -30,6 +31,7 @@ Then the output should be
|
||||||
┖─────────────────────┘
|
┖─────────────────────┘
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@skip_win
|
||||||
Scenario: Override color selections with runtime overrides
|
Scenario: Override color selections with runtime overrides
|
||||||
Given we use the config "tiny.yaml"
|
Given we use the config "tiny.yaml"
|
||||||
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
|
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue