github.com/editorconfig-checker/editorconfig-checker@v0.0.0-20231102090242-ddae3e68851e/pkg/encoding/testdata/html.utf8bomdetect.html (about) 1 2 <!DOCTYPE html> 3 <!-- 4 Some comment 5 6 --> 7 <html dir="ltr" mozdisallowselectionprint> 8 <head> 9 <meta charset="ISO-8859-16"> 10 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> 11 <meta name="some name" content="notranslate"> 12 <title>test</title> 13 14 15 <link rel="stylesheet" href="html.utf8bom.css"> 16 17 18 19 </head> 20 21 <body tabindex="1"> 22 <div id="printContainer"></div> 23 </body> 24 </html>