;Disable tests according to discussion in #457

https://github.com/simonmichael/hledger/pull/1140#issuecomment-562793255
This commit is contained in:
Jacek Generowicz 2019-12-08 18:29:13 +01:00
parent 29211868bb
commit 4593963fef

View File

@ -23,26 +23,30 @@
# PATH= ~/.local/bin/stack exec -- hledger
#>>>=0
############################ 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 #
>2 !/could not parse/ #
>=1 #
#
# 6. test for `<` in https://github.com/simonmichael/hledger/issues/457 #
$ hledger -f - ui amt:<0 #
>2 !/could not parse/ #
>=1 #
#
# 7. test for `>=` in https://github.com/simonmichael/hledger/issues/457 #
$ hledger -f - ui amt:>=0 #
>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 #
##################################################################################
# ############################ issue 457 #####################################
# #
# These tests are commented out, as they are not working properly. See: #
# https://github.com/simonmichael/hledger/pull/1140#issuecomment-562793255 #
# #
# # 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 #
# >2 !/could not parse/ #
# >=1 #
# #
# # 6. test for `<` in https://github.com/simonmichael/hledger/issues/457 #
# $ hledger -f - ui amt:<0 #
# >2 !/could not parse/ #
# >=1 #
# #
# # 7. test for `>=` in https://github.com/simonmichael/hledger/issues/457 #
# $ hledger -f - ui amt:>=0 #
# >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 #
# ##################################################################################