Mercurial > hg > octave-nkf > gnulib-hg
view modules/unigbrk/u16-grapheme-breaks @ 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 |
parents | e6789c186343 |
children |
line wrap: on
line source
Description: Find grapheme cluster breaks in UTF-16 string. Files: lib/unigbrk/u16-grapheme-breaks.c tests/macros.h Depends-on: unigbrk/uc-is-grapheme-break unistr/u16-mbtouc configure.ac: gl_MODULE_INDICATOR([unigbrk/u16-grapheme-breaks]) gl_LIBUNISTRING_MODULE([0.9.5], [unigbrk/u16-grapheme-breaks]) Makefile.am: if LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_BREAKS lib_SOURCES += unigbrk/u16-grapheme-breaks.c endif Include: "unigbrk.h" License: LGPL Maintainer: Ben Pfaff, Daiki Ueno