summaryrefslogtreecommitdiffstats
path: root/tests/utf8test
blob: a84b258f7d1c88ffdaceb55e47dfb0cc0006d166 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. "${0%/*}/setup" "$@"

if [ "$($VALGRIND $Q $JQ -nf $JQTESTDIR/utf8-truncate.jq)" != "true" ]; then
	echo "UTF-8 byte sequences that span the jv_load_file read buffer are mangled"
	exit 1
fi

exit 0