javascript/naming: Aligning escape/unescape tests with
other implementations.

Change-Id: I79231aaeed46c526346196ef94d9ebd1cb4ed729
diff --git a/test/unit/test-namespace-util.js b/test/unit/test-namespace-util.js
index 38b5fbd..09f6608 100644
--- a/test/unit/test-namespace-util.js
+++ b/test/unit/test-namespace-util.js
@@ -194,7 +194,7 @@
     ['/The % rain in /% Spain', '%2FThe %25 rain in %2F%25 Spain'],
     ['/%/%', '%2F%25%2F%25'],
     ['ᚸӲ읔קAل', 'ᚸӲ읔קAل'],
-    ['ᚸ/Ӳ%읔/ק%Aل', 'ᚸ%2FӲ%25읔%2Fק%25Aل'],
+    ['ᚸ/Ӳ%읔/ק%A+ل', 'ᚸ%2FӲ%25읔%2Fק%25A+ل'],
   ];
 
   tests.forEach(function(t) {