guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-15-gec97a0


From: Mike Gran
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-15-gec97a06
Date: Fri, 03 Feb 2012 03:50:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=ec97a06f86f233c36c77e22eb43f38898c1fbdd7

The branch, stable-2.0 has been updated
       via  ec97a06f86f233c36c77e22eb43f38898c1fbdd7 (commit)
      from  1d00abb04fd8c11d872dc6dc2a49ebb9767d0c18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec97a06f86f233c36c77e22eb43f38898c1fbdd7
Author: Mike Gran <address@hidden>
Date:   Thu Feb 2 19:50:07 2012 -0800

    Update srfi-14 test for Unicode 6.1
    
    Some Latin-1 symbols have been reclassified as punctuation
    
    * test-suite/tests/srfi-14.test: updated

-----------------------------------------------------------------------

Summary of changes:
 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 959612c..5f93760 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 "!\"#%&'()*,-./:;address@hidden"
-                                "¡«·»¿"))
+                                "¡§«¶·»¿"))
                 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


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]