blob: edb4b1e90d13728302dc57bd492f16b2602181ef (
plain)
1
2
3
4
5
6
7
8
|
clean_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/..'
|