mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Tests for tagging
This commit is contained in:
parent
e20ae39bf3
commit
88d4c52568
4 changed files with 28 additions and 0 deletions
|
@ -20,3 +20,14 @@ Feature: Tagging
|
|||
@idea : 1
|
||||
@dan : 1
|
||||
"""
|
||||
|
||||
Scenario: Tags should allow certain special characters
|
||||
Given we use the config "tags-216.json"
|
||||
When we run "jrnl --tags"
|
||||
Then we should get no error
|
||||
and the output should be
|
||||
"""
|
||||
@os/2 : 1
|
||||
@c++ : 1
|
||||
@c# : 1
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue