Skip to content

Commit

Permalink
Merge pull request #837 from micahellison/windows-unicode-tests
Browse files Browse the repository at this point in the history
* Fix crashing unicode Travis tests on Windows and fail build if Windows tests fail
* Restore emoji test now that it works in Windows Travis builds
  • Loading branch information
wren authored Feb 9, 2020
2 parents 74a11ce + aaa2efd commit 22994ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Feature: Basic reading and writing to a journal
When we run "jrnl -on 'june 6 2013' --short"
Then the output should be "2013-06-10 15:40 Life is good."

Scenario: Emoji support
Given we use the config "basic.yaml"
When we run "jrnl 23 july 2013: 🌞 sunny day. Saw an 🐘"
Then we should see the message "Entry added"
When we run "jrnl -n 1"
Then the output should contain "🌞"
and the output should contain "🐘"

Scenario: Writing an entry at the prompt
Given we use the config "basic.yaml"
When we run "jrnl" and enter "25 jul 2013: I saw Elvis. He's alive."
Expand Down

0 comments on commit 22994ef

Please sign in to comment.