grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.15-9-g84b18cc


From: Jim Meyering
Subject: grep branch, master, updated. v2.15-9-g84b18cc
Date: Wed, 27 Nov 2013 23:54:16 +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 "grep".

The branch, master has been updated
       via  84b18cc1aecd61149fc8b686d8665e7c59f784a5 (commit)
       via  ed3994108bf15f0d7c35d5351d5bc613fa5d70cd (commit)
      from  f8d6a5d3b5ea5d098f2973c66041613b68812ad2 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=84b18cc1aecd61149fc8b686d8665e7c59f784a5


commit 84b18cc1aecd61149fc8b686d8665e7c59f784a5
Author: Jim Meyering <address@hidden>
Date:   Mon Nov 25 08:43:04 2013 -0800

    tests: port to non-GNU sed
    
    * tests/multibyte-white-space (utf8_space_characters): The generation
    of test inputs relied on GNU sed's interpretation of \<, but that is
    not portable, and caused spurious test failures.  Adjust the sed regexp
    to work on all versions.
    Reported by Karl Dubost in http://bugs.gnu.org/15953.

diff --git a/tests/multibyte-white-space b/tests/multibyte-white-space
index 16205fa..a5b4e79 100755
--- a/tests/multibyte-white-space
+++ b/tests/multibyte-white-space
@@ -33,7 +33,7 @@ U+000A Line feed:                 0a
 U+0085 Next line:                 85
 '
 
-utf8_space_characters=$(sed 's/.*://;s/ *\</\\x/g' <<\EOF
+utf8_space_characters=$(sed 's/.*://;s/  */\\x/g' <<\EOF
 U+0009 Horizontal Tab:            09
 U+000B Vertical Tab:              0b
 U+000C Form feed:                 0c

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=ed3994108bf15f0d7c35d5351d5bc613fa5d70cd


commit 84b18cc1aecd61149fc8b686d8665e7c59f784a5
Author: Jim Meyering <address@hidden>
Date:   Mon Nov 25 08:43:04 2013 -0800

    tests: port to non-GNU sed
    
    * tests/multibyte-white-space (utf8_space_characters): The generation
    of test inputs relied on GNU sed's interpretation of \<, but that is
    not portable, and caused spurious test failures.  Adjust the sed regexp
    to work on all versions.
    Reported by Karl Dubost in http://bugs.gnu.org/15953.

diff --git a/tests/multibyte-white-space b/tests/multibyte-white-space
index 16205fa..a5b4e79 100755
--- a/tests/multibyte-white-space
+++ b/tests/multibyte-white-space
@@ -33,7 +33,7 @@ U+000A Line feed:                 0a
 U+0085 Next line:                 85
 '
 
-utf8_space_characters=$(sed 's/.*://;s/ *\</\\x/g' <<\EOF
+utf8_space_characters=$(sed 's/.*://;s/  */\\x/g' <<\EOF
 U+0009 Horizontal Tab:            09
 U+000B Vertical Tab:              0b
 U+000C Form feed:                 0c

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

Summary of changes:
 src/main.c                  |    3 +--
 tests/multibyte-white-space |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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