Created
September 29, 2016 16:59
-
-
Save valenting/466a70233bb69ef302d27729e907e588 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HG changeset patch | |
# User Valentin Gosu <[email protected]> | |
# Parent c164e656647a6765e18afd4cbf2ce0e9dc3bdb11 | |
diff --git a/browser/base/content/test/general/browser_misused_characters_in_strings.js b/browser/base/content/test/general/browser_misused_characters_in_strings.js | |
--- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment