Update srfi-14 test for Unicode 6.1
authorMike Gran <spk121@yahoo.com>
Fri, 3 Feb 2012 03:50:07 +0000 (19:50 -0800)
committerMike Gran <spk121@yahoo.com>
Fri, 3 Feb 2012 03:50:07 +0000 (19:50 -0800)
Some Latin-1 symbols have been reclassified as punctuation

* test-suite/tests/srfi-14.test: updated

test-suite/tests/srfi-14.test

index 959612c..5f93760 100644 (file)
   (pass-if "char-set:punctuation"
     (char-set<= (string->char-set 
                  (string-append "!\"#%&'()*,-./:;?@[\\]_{}"
-                                "¡«·»¿"))
+                                "¡§«¶·»¿"))
                 char-set:punctuation))
 
   (pass-if "char-set:symbol"
     (char-set<= (string->char-set 
                  (string-append "$+<=>^`|~"
-                                "¢£¤¥¦§¨©¬®¯°±´¶¸×÷"))
+                                "¢£¤¥¦¨©¬®¯°±´¸×÷"))
                 char-set:symbol))
 
   ;; Note that SRFI-14 itself is inconsistent here.  Characters that