yq/acceptance_tests
Alessandro Di Stefano e5cc57bedf
Do not panic when StdIn is closed (#1867)
When the shell executing yq has no open stdin, os.Stdin.Stat() return nil and yq fails to continue. This commit fixes a missing verification on the result of os.Stdin.Stat() in the utils.processStdInArgs function and adds an acceptance test to cover this scenario in the future. This bug affects yq since version 4.26.1.
2023-11-18 12:20:12 +11:00
..
bad_args.sh Spellig with cspell 2023-09-19 10:43:11 +10:00
basic.sh Do not panic when StdIn is closed (#1867) 2023-11-18 12:20:12 +11:00
completion.sh Fix zsh completion (#1108) 2022-02-14 08:03:24 +11:00
empty.sh Refactored decoder responsibilities (#1402) 2022-10-28 14:16:46 +11:00
front-matter.sh Split printer 2021-10-30 10:04:41 +11:00
header-processing-off.sh Added examples of header-preprocess needing to be turned off 2022-09-30 09:36:38 +10:00
inputs-format-auto.sh Draft: Toml (#1439) 2023-03-26 10:59:15 +11:00
inputs-format.sh Auto output format (#1599) 2023-03-15 13:22:58 +11:00
leading-separator.sh Fix typos (#1798) 2023-09-26 14:18:18 +10:00
load-file.sh Generic ast (#1829) 2023-10-18 12:11:53 +11:00
nul-separator.sh Add ``--nul-output|-0`` flag to separate element with NUL character (#1550) 2023-03-29 09:51:55 +11:00
output-format.sh add tests for root node unwrap bug in previous versions (#1837) 2023-10-23 20:03:51 +11:00
pipe.sh Debug github build 2022-01-27 13:24:05 +11:00
pretty-print.sh Split printer 2021-10-30 10:04:41 +11:00
split-printer.sh When split expression includes an extension, dont add .yml automatically 2022-06-23 14:31:09 +10:00