File test-intl-fix.patch of Package nodejs16

--- node-v16.18.1/test/parallel/test-intl.js	2022-11-04 11:22:08.000000000 +0000
+++ node-v16.18.1/test/parallel/test-intl.js.new	2022-11-24 14:42:11.141012887 +0000
@@ -97,7 +97,7 @@
   // Test format
   {
     const localeString = date0.toLocaleString(['en'], optsGMT);
-    assert.strictEqual(localeString, '1/1/1970, 12:00:00 AM');
+    assert.strictEqual(localeString.replace(/[\u202f\u00a0]/, " "), "1/1/1970, 12:00:00 AM");
   }
   // number format
   {
openSUSE Build Service is sponsored by