guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-13-104-g4


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-104-g43ecaff
Date: Wed, 24 Nov 2010 22:38: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=43ecaffc2f564dbb03af446671097a548378df82

The branch, master has been updated
       via  43ecaffc2f564dbb03af446671097a548378df82 (commit)
      from  d4b8163784c4764b5b5ecd3c5ac3892cc5b46e64 (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 43ecaffc2f564dbb03af446671097a548378df82
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 24 23:38:01 2010 +0100

    Fix `regexp.test' when the "en_US.utf8" locale isn't available.
    
    * test-suite/tests/regexp.test ("nonascii locales"): Move `with-locale'
      within the body of `pass-if' so that `unresolved' is caught.

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

Summary of changes:
 test-suite/tests/regexp.test |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test-suite/tests/regexp.test b/test-suite/tests/regexp.test
index 1b58789..f405df4 100644
--- a/test-suite/tests/regexp.test
+++ b/test-suite/tests/regexp.test
@@ -267,8 +267,8 @@
        'post))
 
 (with-test-prefix "nonascii locales"
-  (with-locale "en_US.utf8"
-    ;; bug 31650
-    (pass-if "match structures refer to char offsets"
+  (pass-if "match structures refer to char offsets"
+    (with-locale "en_US.utf8"
+      ;; bug #31650
       (equal? (match:substring (string-match ".*" "calçot") 0)
               "calçot"))))


hooks/post-receive
-- 
GNU Guile



reply via email to

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