Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/regex-quote @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 (2015-02-16) |
parents | 1f14c6dd175d |
children |
rev | line source |
---|---|
13728 | 1 Description: |
2 Construct a regular expression from a literal string. | |
3 | |
4 Files: | |
5 lib/regex-quote.h | |
6 lib/regex-quote.c | |
7 | |
8 Depends-on: | |
14410 | 9 stdbool |
13728 | 10 xalloc |
11 mbuiter | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += regex-quote.c | |
17 | |
18 Include: | |
19 "regex-quote.h" | |
20 | |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
14410
diff
changeset
|
25 all |