mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Add scenario for fancy export
This commit is contained in:
parent
2bd4bc30b3
commit
9c0ddd6ec0
1 changed files with 21 additions and 0 deletions
|
@ -99,3 +99,24 @@ Feature: Exporting a Journal
|
||||||
@journal : 1
|
@journal : 1
|
||||||
@dan : 1
|
@dan : 1
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Scenario: Exporting fancy
|
||||||
|
Given we use the config "tags.yaml"
|
||||||
|
When we run "jrnl --export fancy"
|
||||||
|
Then the output should be
|
||||||
|
"""
|
||||||
|
┎──────────────────────────────────────────────────────────────╮2013-04-09 15:39
|
||||||
|
┃ I have an @idea: ╘═══════════════╕
|
||||||
|
┠╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
|
||||||
|
┃ (1) write a command line @journal software │
|
||||||
|
┃ (2) ??? │
|
||||||
|
┃ (3) PROFIT! │
|
||||||
|
┖──────────────────────────────────────────────────────────────────────────────┘
|
||||||
|
┎──────────────────────────────────────────────────────────────╮2013-06-10 15:40
|
||||||
|
┃ I met with @dan. ╘═══════════════╕
|
||||||
|
┠╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
|
||||||
|
┃ As alway's he shared his latest @idea on how to rule the world with me. │
|
||||||
|
┃ inst │
|
||||||
|
┖──────────────────────────────────────────────────────────────────────────────┘
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue