Fix colorization of tags in title and body

This commit is contained in:
Aaron Lichtman 2019-11-06 21:43:00 +01:00
parent 4b934e36eb
commit 94a2b78b6d
No known key found for this signature in database
GPG key ID: 22368077DE9F9903
12 changed files with 83 additions and 29 deletions

View file

@ -25,4 +25,4 @@ Feature: Upgrading Journals from 1.x.x to 2.x.x
Scenario: Upgrading a config without colors to colors
Given we use the config "no_colors.yaml"
When we run "jrnl -n 1"
Then the config should have "colors" set to "{'date':'red', 'title':'blue'}"
Then the config should have "colors" set to "{'date':'none', 'title':'none', 'body':'none', 'tags':'none'}"