1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

Use proper quoting so brackets appear in the test program.

This commit is contained in:
Jim Meyering
2001-05-15 14:02:19 +00:00
parent 345f20440e
commit bd510c7b11
+2 -2
View File
@@ -1,4 +1,4 @@
#serial 9
#serial 10
dnl Initially derived from code in GNU grep.
dnl Mostly written by Jim Meyering.
@@ -45,7 +45,7 @@ AC_DEFUN(jm_INCLUDED_REGEX,
/* The following example is derived from a problem report
against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>. */
s = re_compile_pattern ("[anù]*n", 7, &regex);
s = re_compile_pattern ("[[anù]]*n", 7, &regex);
if (s)
exit (1);