From 9f4393493463b741f5d5b58fa105193b9ffd4085 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 14 Apr 2017 02:31:36 -0400 Subject: [PATCH] Update whitespace chars in cleanISBN/cleanISSN tests for Firefox 52+ Farewell, Mongolian Vowel Separator --- test/tests/utilities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/utilities.js b/test/tests/utilities.js index 5f9c54901..f596ecb18 100644 --- a/test/tests/utilities.js +++ b/test/tests/utilities.js @@ -37,7 +37,7 @@ describe("Zotero.Utilities", function() { }); it("should strip off internal characters in ISBN string", function() { let ignoredChars = '\x2D\xAD\u2010\u2011\u2012\u2013\u2014\u2015\u2043\u2212' // Dashes - + ' \xA0\r\n\t\x0B\x0C\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005' // Spaces + + ' \xA0\r\n\t\x0B\x0C\u1680\u2000\u2001\u2002\u2003\u2004\u2005' // Spaces + '\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF'; for (let i=0; i