Skip to content

Commit e5c6616

Browse files
committed
updated tests/test_validate_json.sh
1 parent d72b395 commit e5c6616

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_validate_json.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ check_broken broken.json
6464
rm broken.json
6565
echo "{ 'name': 'hari' }" > single_quote.json
6666
check_broken single_quote.json
67+
echo "checking specifically single quote detection"
6768
set +o pipefail
6869
./validate_json.py single_quote.json 2>&1 | grep --color 'JSON INVALID.*found single quotes not double quotes' || { echo "Failed to find single quote message in output"; exit 1; }
6970
set -o pipefail

0 commit comments

Comments
 (0)