Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
jqlang
/
jq
/
refs/heads/upstream/bugfix/aix-issues
/
.
/
tests
/
utf8test
blob: 570731bbec7550d1574d8df10cace2ef0c7bf65a [
file
] [
edit
]
#!/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