Skip to content

Instantly share code, notes, and snippets.

@valenting
Created September 29, 2016 16:59
Show Gist options
  • Save valenting/466a70233bb69ef302d27729e907e588 to your computer and use it in GitHub Desktop.
Save valenting/466a70233bb69ef302d27729e907e588 to your computer and use it in GitHub Desktop.
# HG changeset patch
# User Valentin Gosu <valentin.gosu@gmail.com>
# 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