diff options
author | Mike Gran <spk121@yahoo.com> | 2012-02-02 19:50:07 -0800 |
---|---|---|
committer | Mike Gran <spk121@yahoo.com> | 2012-02-02 19:50:07 -0800 |
commit | ec97a06f86f233c36c77e22eb43f38898c1fbdd7 (patch) | |
tree | b681efbcd5bbf7db0a1d1ebd9f8771898a9df9fe /test-suite/tests | |
parent | 1d00abb04fd8c11d872dc6dc2a49ebb9767d0c18 (diff) | |
download | guile-ec97a06f86f233c36c77e22eb43f38898c1fbdd7.tar.gz |
Update srfi-14 test for Unicode 6.1
Some Latin-1 symbols have been reclassified as punctuation
* test-suite/tests/srfi-14.test: updated
Diffstat (limited to 'test-suite/tests')
-rw-r--r-- | test-suite/tests/srfi-14.test | 4 |
1 files 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 |