mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Add test for journal with emoji name
This commit is contained in:
parent
85ee9ba9ed
commit
ed015526f4
2 changed files with 7 additions and 0 deletions
|
@ -88,3 +88,9 @@ Feature: Multiple journals
|
||||||
these three eyes
|
these three eyes
|
||||||
n
|
n
|
||||||
Then the output should contain "Encrypted journal 'new_encrypted' created"
|
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"
|
||||||
|
|
|
@ -12,6 +12,7 @@ journals:
|
||||||
new_encrypted:
|
new_encrypted:
|
||||||
encrypt: true
|
encrypt: true
|
||||||
journal: features/journals/new_encrypted.journal
|
journal: features/journals/new_encrypted.journal
|
||||||
|
✨: features/journals/simple.journal
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
tagsymbols: '@'
|
tagsymbols: '@'
|
||||||
timeformat: '%Y-%m-%d %H:%M'
|
timeformat: '%Y-%m-%d %H:%M'
|
||||||
|
|
Loading…
Add table
Reference in a new issue