mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Tests for fixing errors automatically
This commit is contained in:
parent
6a81b18544
commit
cabbbea694
2 changed files with 29 additions and 0 deletions
15
features/data/configs/broken.json
Normal file
15
features/data/configs/broken.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/simple.journal"
|
||||
"work": "features/journals/work.journal",
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue