We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c275852 commit c57d3b5Copy full SHA for c57d3b5
1 file changed
tests/test_validate_json.sh
@@ -61,6 +61,12 @@ echo "testing stdin with multi-record"
61
./validate_json.py -m - < "$data_dir/multirecord.json"
62
echo
63
64
+echo "checking symlink handling"
65
+ln -sfv "test.json" "$data_dir/testlink.json"
66
+./validate_json.py "$data_dir/testlink.json"
67
+rm "$data_dir/testlink.json"
68
+echo
69
+
70
echo "Now trying broken / non-json files to test failure detection:"
71
check_broken(){
72
filename="$1"
0 commit comments