Attempt to ensure config override yaml parser stringifies quotes on Linux/Mac

This commit is contained in:
Micah Jerome Ellison 2021-11-20 15:11:58 -08:00
parent b1df36bd21
commit 9f3b685c1b

View file

@ -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 '%A %d %B %Y' -1 --short" When we run "jrnl --config-override locale <locale> --config-override timeformat \'%A %d %B %Y\' -1 --short"
Then the output should contain "<expected_date>" Then the output should contain "<expected_date>"
Examples: configs Examples: configs