mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Allow emoji in config file in Windows by always opening it as unicode (#1313)
* Open config file as utf-8 always * Add test for journal with emoji name
This commit is contained in:
parent
7109374d42
commit
050c17ee06
3 changed files with 15 additions and 3 deletions
|
@ -88,3 +88,9 @@ Feature: Multiple journals
|
|||
these three eyes
|
||||
n
|
||||
Then the output should contain "Encrypted journal 'new_encrypted' created"
|
||||
|
||||
Scenario: Read and write to journal with emoji name
|
||||
Given we use the config "multiple.yaml"
|
||||
When we run "jrnl ✨ Adding entry to sparkly journal"
|
||||
When we run "jrnl ✨ -1"
|
||||
Then the output should contain "Adding entry to sparkly journal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue