mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Hopefully fix new locale test on Linux and Mac
This commit is contained in:
parent
b2251655bf
commit
0f43c1a225
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ Feature: Reading and writing to journal with custom date formats
|
||||||
|
|
||||||
Scenario Outline: Dates should be displayed using the specified locale
|
Scenario Outline: Dates should be displayed using the specified locale
|
||||||
Given we use the config "basic_onefile.yaml"
|
Given we use the config "basic_onefile.yaml"
|
||||||
When we run "jrnl --config-override locale <locale> --config-override timeformat \%c -1"
|
When we run "jrnl --config-override locale <locale> --config-override timeformat '\%c' -1"
|
||||||
Then the output should contain "<expected_date>"
|
Then the output should contain "<expected_date>"
|
||||||
|
|
||||||
Examples: configs
|
Examples: configs
|
||||||
|
|
Loading…
Add table
Reference in a new issue