summaryrefslogtreecommitdiffstats
path: root/tests/gnu/regex_invalid_utf8.sh
blob: 603d68896aaee198f8cdcc3b7911b35db902a0ca (plain)
1
2
3
4
5
6
7
8
clean_scratch

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

bfs_diff scratch -regex 'scratch/..'