icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -492,5 +492,17 @@ pref("int.ok", 0);
|
|||
"test:4: prefs parse error: unknown keyword\n"
|
||||
);
|
||||
|
||||
// UTF-8 BOM should be skipped at the start of the input.
|
||||
USER("\xEF\xBB\xBF" R"(
|
||||
user_pref("int.ok", 1);
|
||||
)",
|
||||
""
|
||||
);
|
||||
|
||||
// UTF-8 BOM followed by no content.
|
||||
USER("\xEF\xBB\xBF",
|
||||
""
|
||||
);
|
||||
|
||||
// clang-format on
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue