summaryrefslogtreecommitdiffstats
path: root/tests/gnu/regex_invalid_utf8.sh
blob: 85f189767da84317e0c565f2dffbb1d6aeca1748 (plain)
1
2
3
4
5
6
7
8
rm -rf scratch/*

# Incomplete UTF-8 sequences
skip_unless touch scratch/$'\xC3'
skip_unless touch scratch/$'\xE2\x84'
skip_unless touch scratch/$'\xF0\x9F\x92'

bfs_diff scratch -regex 'scratch/..'