Commit 2da0d40
authored
Rollup merge of rust-lang#131379 - ehuss:fix-utf8-bom, r=jieyouxu
Fix utf8-bom test
The BOM was accidentally removed in rust-lang#57108
I had to move the run-pass line down, because compiletest doesn't seem to know about BOMs, so it does not parse the header if it is the first line.1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
0 commit comments