Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 178.patsubst
1 dnl @ ../doc/m4.texinfo:6000: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
9 dnl @ is preserved.
10 define(`patreg',
11 `patsubst($@)
12 regexp($@)')dnl
13 patreg(`bar foo baz Foo', `foo\|Foo', `FOO')
14 dnl @result{}bar FOO baz FOO
15 dnl @result{}FOO
16 patreg(`aba abb 121', `\(.\)\(.\)\1', `\2\1\2')
17 dnl @result{}bab abb 212
18 dnl @result{}bab