CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/08/31 03:21:36
Index: tests/builtins.at =================================================================== RCS file: /sources/m4/m4/tests/builtins.at,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- tests/builtins.at 30 Aug 2006 04:25:42 -0000 1.15 +++ tests/builtins.at 31 Aug 2006 03:21:35 -0000 1.16 @@ -42,15 +42,15 @@ [[new value. hello, world. base value. -]], [[m4:define.m4:1: Warning: undefine: undefined macro: macro +]], [[m4:define.m4:1: Warning: undefine: undefined macro `macro' ]]) AT_CHECK_M4([--traditional define.m4], 0, [[new value. macro. macro. -]], [[m4:define.m4:1: Warning: undefine: undefined macro: macro -m4:define.m4:9: Warning: popdef: undefined macro: macro +]], [[m4:define.m4:1: Warning: undefine: undefined macro `macro' +m4:define.m4:9: Warning: popdef: undefined macro `macro' ]]) AT_CLEANUP
