simplify tests for latest shelltestrunner
This commit is contained in:
parent
cb0a90cbd7
commit
4f22fd657e
@ -1,4 +1,4 @@
|
|||||||
# ignore the binary we are invoked with
|
add
|
||||||
-f/dev/null; echo "2009/1/32" | hledger add 2>&1 | sed -e's/\[[^]]*\]//g' | grep -q 'date : date :'
|
<<<
|
||||||
>>>=
|
2009/1/32
|
||||||
0
|
>>>2 /date .*: date .*/
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# ignore the binary we are invoked with
|
add
|
||||||
-f/dev/null; echo | hledger add 2>&1 |sed -e's/\[[^]]*\]//g' | grep -q 'date : description:'
|
<<<
|
||||||
>>>=
|
|
||||||
0
|
>>>2 /date .*: description/
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
# ignore the binary we are invoked with
|
add
|
||||||
-f/dev/null; printf "\n\n" | hledger add 2>&1 | sed -e's/\[[^]]*\]//g' | grep -q 'date : description: description:'
|
<<<
|
||||||
>>>=
|
|
||||||
0
|
|
||||||
|
>>>2 /date .*: description: description:/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user