Tests for writing non-unicode entries on prompt

This commit is contained in:
Manuel Ebert 2014-11-06 11:30:06 +01:00
parent acf41a153a
commit 43f1166ecf
2 changed files with 12 additions and 6 deletions

View file

@ -59,3 +59,10 @@ Feature: Zapped bugs should stay dead.
2014-04-24 09:00 Ran 6.2 miles today in 1:02:03.
| I'm feeling sore because I forgot to stretch.
"""
Scenario: Writing an entry at the prompt with non-ascii characters
# https://github.com/maebert/jrnl/issues/295
Given we use the config "basic.json"
When we run "jrnl" and enter "Crème brûlée & Mötorhead"
Then we should get no error
and the journal should contain "Crème brûlée & Mötorhead"