author | Valentin Gosu <valentin.gosu@gmail.com> |
Thu, 29 Sep 2016 19:03:43 +0200 | |
changeset 315846 | 6edd719019ebae0311dce299d2bf39db5c79306b |
parent 315845 | 0bf376ad9b85c1eb5ec3707428151390788976a1 |
child 315847 | ed2554774482c5349fa5aee56c53e22b219ecba3 |
push id | 30757 |
push user | cbook@mozilla.com |
push date | Fri, 30 Sep 2016 10:02:43 +0000 |
treeherder | mozilla-central@5ffed033557e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Aryx |
bugs | 1303762 |
milestone | 52.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/base/content/test/general/browser_misused_characters_in_strings.js | file | annotate | diff | comparison | revisions |
--- a/browser/base/content/test/general/browser_misused_characters_in_strings.js +++ b/browser/base/content/test/general/browser_misused_characters_in_strings.js @@ -103,16 +103,20 @@ let gWhitelist = [{ }, { file: "pocket.properties", key: "tos", type: "double-quote" }, { file: "pocket.properties", key: "tos", type: "apostrophe" + }, { + file: "aboutNetworking.dtd", + key: "aboutNetworking.logTutorial", + type: "single-quote" } ]; var moduleLocation = gTestPath.replace(/\/[^\/]*$/i, "/parsingTestHelpers.jsm"); var {generateURIsFromDirTree} = Cu.import(moduleLocation, {}); /** * Check if an error should be ignored due to matching one of the whitelist