Files
stedolan-jq/tests/utf8test
T

11 lines
211 B
Bash
Raw Normal View History

#!/bin/sh
. "${0%/*}/setup" "$@"
2017-10-28 10:51:59 -04:00
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