;Disable tests according to discussion in #457
https://github.com/simonmichael/hledger/pull/1140#issuecomment-562793255
This commit is contained in:
parent
29211868bb
commit
4593963fef
@ -23,26 +23,30 @@
|
|||||||
# PATH= ~/.local/bin/stack exec -- hledger
|
# PATH= ~/.local/bin/stack exec -- hledger
|
||||||
#>>>=0
|
#>>>=0
|
||||||
|
|
||||||
############################ issue 457 #####################################
|
# ############################ issue 457 #####################################
|
||||||
# 5. test for `>` in https://github.com/simonmichael/hledger/issues/457 #
|
|
||||||
# note a shelltest already provides one level of quoting, so amt:>0 not 'amt:>0' #
|
|
||||||
# #
|
# #
|
||||||
$ hledger -f - ui amt:>0 #
|
# These tests are commented out, as they are not working properly. See: #
|
||||||
>2 !/could not parse/ #
|
# https://github.com/simonmichael/hledger/pull/1140#issuecomment-562793255 #
|
||||||
>=1 #
|
# #
|
||||||
#
|
# # 5. test for `>` in https://github.com/simonmichael/hledger/issues/457 #
|
||||||
# 6. test for `<` in https://github.com/simonmichael/hledger/issues/457 #
|
# # note a shelltest already provides one level of quoting, so amt:>0 not 'amt:>0' #
|
||||||
$ hledger -f - ui amt:<0 #
|
# # #
|
||||||
>2 !/could not parse/ #
|
# $ hledger -f - ui amt:>0 #
|
||||||
>=1 #
|
# >2 !/could not parse/ #
|
||||||
#
|
# >=1 #
|
||||||
# 7. test for `>=` in https://github.com/simonmichael/hledger/issues/457 #
|
# #
|
||||||
$ hledger -f - ui amt:>=0 #
|
# # 6. test for `<` in https://github.com/simonmichael/hledger/issues/457 #
|
||||||
>2 !/could not parse/ #
|
# $ hledger -f - ui amt:<0 #
|
||||||
>=1 #
|
# >2 !/could not parse/ #
|
||||||
#
|
# >=1 #
|
||||||
# 8. test for `<=` in https://github.com/simonmichael/hledger/issues/457 #
|
# #
|
||||||
$ hledger -f - ui amt:<=0 #
|
# # 7. test for `>=` in https://github.com/simonmichael/hledger/issues/457 #
|
||||||
>2 !/could not parse/ #
|
# $ hledger -f - ui amt:>=0 #
|
||||||
>=1 #
|
# >2 !/could not parse/ #
|
||||||
##################################################################################
|
# >=1 #
|
||||||
|
# #
|
||||||
|
# # 8. test for `<=` in https://github.com/simonmichael/hledger/issues/457 #
|
||||||
|
# $ hledger -f - ui amt:<=0 #
|
||||||
|
# >2 !/could not parse/ #
|
||||||
|
# >=1 #
|
||||||
|
# ##################################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user