|
|
@@ -78,5 +78,20 @@ |
|
|
|
"title": "search other, mapped properly", |
|
|
|
"cmd": [ "search", "file", "+other" ], |
|
|
|
"stdout_re": "^/foobar/test.txt\n$" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "add tag with space", |
|
|
|
"cmd": [ "modify", "+tag=car baz", "test.txt" ] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "search tags", |
|
|
|
"cmd": [ "search", "tags", "tag" ], |
|
|
|
"stdout": "tag=bar\ntag=car baz\ntag=foo\n" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "search bogus", |
|
|
|
"cmd": [ "search", "lskdjflaskjdoijef", "tag" ], |
|
|
|
"exit": 1, |
|
|
|
"stderr": "unknown search type: 'lskdjflaskjdoijef'\n" |
|
|
|
} |
|
|
|
] |