File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ test_expect_success 'setup test files' '
49
49
# BOM tests
50
50
printf "\0a\0b\0c" >nobom.utf16be.raw &&
51
51
printf "a\0b\0c\0" >nobom.utf16le.raw &&
52
- printf "\376\777 \0a\0b\0c" >bebom.utf16be.raw &&
53
- printf "\777 \376a\0b\0c\0" >lebom.utf16le.raw &&
52
+ printf "\376\377 \0a\0b\0c" >bebom.utf16be.raw &&
53
+ printf "\377 \376a\0b\0c\0" >lebom.utf16le.raw &&
54
54
printf "\0\0\0a\0\0\0b\0\0\0c" >nobom.utf32be.raw &&
55
55
printf "a\0\0\0b\0\0\0c\0\0\0" >nobom.utf32le.raw &&
56
- printf "\0\0\376\777 \0\0\0a\0\0\0b\0\0\0c" >bebom.utf32be.raw &&
57
- printf "\777 \376\0\0a\0\0\0b\0\0\0c\0\0\0" >lebom.utf32le.raw &&
56
+ printf "\0\0\376\377 \0\0\0a\0\0\0b\0\0\0c" >bebom.utf32be.raw &&
57
+ printf "\377 \376\0\0a\0\0\0b\0\0\0c\0\0\0" >lebom.utf32le.raw &&
58
58
59
59
# Add only UTF-16 file, we will add the UTF-32 file later
60
60
cp test.utf16.raw test.utf16 &&
You can’t perform that action at this time.
0 commit comments