From 066afde9e28b7847ad8bb72c39815e213b941d55 Mon Sep 17 00:00:00 2001 From: eshrh <16175276+eshrh@users.noreply.github.com> Date: Sat, 23 Jan 2021 18:18:34 -0500 Subject: [PATCH] Update write.feature --- features/write.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/write.feature b/features/write.feature index c3d66c7b..eb22e480 100644 --- a/features/write.feature +++ b/features/write.feature @@ -31,9 +31,9 @@ Feature: Writing new entries. Scenario Outline: CJK entry should be split at fullwidth period without following space. Given we use the config ".yaml" And we use the password "test" if prompted - When we run "jrnl 七転び。八起" + When we run "jrnl 七転び。八起き" And we run "jrnl -1" - Then the output should contain "| 八起" + Then the output should contain "| 八起き" Examples: configs | config_file |