From d5261841be96f42521341da0413ab19f6c099c0c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 22 Aug 2017 02:30:33 +0200 Subject: [PATCH] Allow substrings when filtering translator tests --- chrome/content/zotero/tools/testTranslators/translatorTester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 80a1a65ce..a71072407 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -63,7 +63,7 @@ var Zotero_TranslatorTesters = new function() { try { for(var i=0; i translators[i].label.includes(x))) continue; if (skipTranslators && skipTranslators[translators[i].translatorID]) continue; testers.push(new Zotero_TranslatorTester(translators[i], type)); };