[Templates-cvs] cvs commit: TT3/t/tag embedded.t

cvs@template-toolkit.org cvs@template-toolkit.org
Tue, 09 Nov 2004 13:32:49 +0000


cvs         04/11/09 13:32:48

  Modified:    t/tag    embedded.t
  Log:
  * change in error message
  
  Revision  Changes    Path
  1.3       +3 -2      TT3/t/tag/embedded.t
  
  Index: embedded.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/tag/embedded.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- embedded.t	2004/11/08 18:44:40	1.2
  +++ embedded.t	2004/11/09 13:32:48	1.3
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: embedded.t,v 1.2 2004/11/08 18:44:40 abw Exp $
  +# $Id: embedded.t,v 1.3 2004/11/09 13:32:48 abw Exp $
   #
   #========================================================================
   
  @@ -27,6 +27,7 @@
   plan(28);
   
   our $DEBUG =
  +$Template::Tag::DEBUG = 
   $Template::Tag::Embedded::DEBUG = 
   grep /^--?d(ebug)?$/, @ARGV;
   
  @@ -258,7 +259,7 @@
   -- test error --
   before ${foo.bar(plonk} after
   -- expect --
  -<ERROR:line 1: parser error - missing ')' at end of argument list>
  +<ERROR:line 1: parser error - missing ')' at end of argument list (got '}')>
   
   
   -- test multi-line error --