test: adjust inline test

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-24 12:03:12 +01:00
parent d9b3342c3c
commit 9023b21791

View File

@ -10,7 +10,7 @@
# LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/ # LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/
# AUTHOR: KayM (gnadelwartz), kay@rrr.de # AUTHOR: KayM (gnadelwartz), kay@rrr.de
# #
#### $$VERSION$$ v1.30-0-g3266427 #### $$VERSION$$ v1.35-dev-0-gd9b3342
#=============================================================================== #===============================================================================
# include common functions and definitions # include common functions and definitions
@ -41,7 +41,7 @@ source <( printf 'UPD=( %s )' "$(sed <<<"${UPDATE}" -E -e 's/\t/=/g' -e 's/=(tru
printf "Check process_inline ...\n" printf "Check process_inline ...\n"
printf " ... with JsonDecode Bash\n" printf " ... with JsonDecode Bash\n"
set -x set -x
{ process_inline "0"; set +x; } >>"${LOGFILE}" 2>&1; { process_inline_query "0"; set +x; } >>"${LOGFILE}" 2>&1;
# output processed input # output processed input
print_array "iQUERY" >"${OUTPUTFILE}" print_array "iQUERY" >"${OUTPUTFILE}"