We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac3d6e commit 708ae9dCopy full SHA for 708ae9d
spec/tags/language/source_encoding_tags.txt
@@ -4,3 +4,4 @@ slow:Source files encoded in UTF-16 LE without a BOM are parsed because empty as
4
slow:Source files encoded in UTF-16 LE with a BOM are invalid because they contain an invalid UTF-8 sequence before the encoding comment
5
slow:Source files encoded in UTF-16 BE without a BOM are parsed as empty because they contain a NUL byte before the encoding comment
6
slow:Source files encoded in UTF-16 BE with a BOM are invalid because they contain an invalid UTF-8 sequence before the encoding comment
7
+slow:Source files encoded in UTF-16 LE without a BOM are parsed as empty because they contain a NUL byte before the encoding comment
0 commit comments