[Templates-cvs] cvs commit: TT3/t/directive macro.t

cvs@template-toolkit.org cvs@template-toolkit.org
Wed, 01 Dec 2004 18:22:26 +0000


cvs         04/12/01 18:22:26

  Modified:    t/directive macro.t
  Log:
  * changed errors reported
  
  Revision  Changes    Path
  1.6       +2 -2      TT3/t/directive/macro.t
  
  Index: macro.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/directive/macro.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- macro.t	2004/12/01 11:05:22	1.5
  +++ macro.t	2004/12/01 18:22:26	1.6
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: macro.t,v 1.5 2004/12/01 11:05:22 abw Exp $
  +# $Id: macro.t,v 1.6 2004/12/01 18:22:26 abw Exp $
   #
   #========================================================================
   
  @@ -85,7 +85,7 @@
   -- test bad arg --
   [% MACRO wiz($bang) %]
   -- expect --
  -<ERROR:line 1: parser error - non-identifier found in argument list (got '$bang)')>
  +<ERROR:line 1: parser error - unexpected '$bang)' in argument list>
   
   -- test missing paren --
   [% MACRO foo( %]