From 9f3b685c1b8876388f102bc4383837a2da5efef7 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 20 Nov 2021 15:11:58 -0800 Subject: [PATCH] Attempt to ensure config override yaml parser stringifies quotes on Linux/Mac --- tests/bdd/features/datetime.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bdd/features/datetime.feature b/tests/bdd/features/datetime.feature index eea1ba22..db34df59 100644 --- a/tests/bdd/features/datetime.feature +++ b/tests/bdd/features/datetime.feature @@ -175,7 +175,7 @@ Feature: Reading and writing to journal with custom date formats Scenario Outline: Dates should be displayed using the specified locale Given we use the config "basic_onefile.yaml" - When we run "jrnl --config-override locale --config-override timeformat '%A %d %B %Y' -1 --short" + When we run "jrnl --config-override locale --config-override timeformat \'%A %d %B %Y\' -1 --short" Then the output should contain "" Examples: configs