Add test for journal with emoji name

This commit is contained in:
Micah Jerome Ellison 2021-07-31 13:42:20 -07:00
parent 85ee9ba9ed
commit ed015526f4
2 changed files with 7 additions and 0 deletions

View file

@ -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"

View file

@ -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'