mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Tests for parsing issue fix
This commit is contained in:
parent
b4e578b63a
commit
539a88ed14
4 changed files with 36 additions and 15 deletions
11
features/data/configs/upgrade_from_195.json
Normal file
11
features/data/configs/upgrade_from_195.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"journals": {"default": "features/journals/simple_jrnl-1-9-5.journal"},
|
||||
"tagsymbols": "@"
|
||||
}
|
|
@ -1,5 +1,3 @@
|
|||
2013-06-09 15:39 My first entry.
|
||||
Everything is alright
|
||||
2010-06-10 15:00 A life without chocolate is like a bad analogy.
|
||||
|
||||
2013-06-10 15:40 Life is good.
|
||||
But I'm better.
|
||||
2013-06-10 15:40 He said "[this] is the best time to be alive".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue