afcf7112a20650f74734c165beacdf9e9bb98048
[platform/upstream/m4.git] / checks / 130.changeword
1 dnl @ ../doc/m4.texinfo:4788: 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 ifdef(`changeword', `', `errprint(` skipping: no changeword support
11 ')m4exit(`77')')dnl
12 define(`a', `errprint(`Hello')')dnl
13 changeword(`@\([_a-zA-Z0-9]*\)')
14 dnl @result{}
15 @a
16 dnl @result{}errprint(Hello)