From ec97a06f86f233c36c77e22eb43f38898c1fbdd7 Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Thu, 2 Feb 2012 19:50:07 -0800 Subject: [PATCH] Update srfi-14 test for Unicode 6.1 Some Latin-1 symbols have been reclassified as punctuation * test-suite/tests/srfi-14.test: updated --- test-suite/tests/srfi-14.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-suite/tests/srfi-14.test b/test-suite/tests/srfi-14.test index 959612c7a..5f937604f 100644 --- a/test-suite/tests/srfi-14.test +++ b/test-suite/tests/srfi-14.test @@ -797,13 +797,13 @@ (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