CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/05 20:54:15
Index: tests/builtins.at =================================================================== RCS file: /sources/m4/m4/tests/builtins.at,v retrieving revision 1.9 retrieving revision 1.10 diff -u -b -r1.9 -r1.10 --- tests/builtins.at 1 May 2005 11:10:06 -0000 1.9 +++ tests/builtins.at 5 Jul 2006 20:54:15 -0000 1.10 @@ -1,5 +1,5 @@ # Hand crafted tests for GNU M4. -*- Autotest -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ ## define ## ## ------ ## -AT_SETUP([[define]]) +AT_SETUP([define]) AT_DATA([[define.m4]], [[undefine(`macro')dnl @@ -61,7 +61,7 @@ ## divert ## ## ------ ## -AT_SETUP([[divert]]) +AT_SETUP([divert]) AT_DATA([[divert.m4]], [[divert(1)Text diverted a first time.
