# HG changeset patch # User Thorsten Meyer # Date 1244401292 -7200 # Node ID 330672f4daaa43507b1a6079987cb110ce0ad176 # Parent 0f7480d07f6a0ad02d9d1269739fbf56ec643948 fix texinfo bug diff -r 0f7480d07f6a -r 330672f4daaa scripts/ChangeLog --- a/scripts/ChangeLog Sun Jun 07 16:10:51 2009 +0200 +++ b/scripts/ChangeLog Sun Jun 07 21:01:32 2009 +0200 @@ -1,3 +1,7 @@ +2009-06-07 Thorsten Meyer + + * testfun/assert.m: Fix texinfo bug. + 2009-06-04 Ben Abbott * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to diff -r 0f7480d07f6a -r 330672f4daaa scripts/testfun/assert.m --- a/scripts/testfun/assert.m Sun Jun 07 16:10:51 2009 +0200 +++ b/scripts/testfun/assert.m Sun Jun 07 21:01:32 2009 +0200 @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} assert (@var{cond}) ## @deftypefnx {Function File} {} assert (@var{cond}, @var{errmsg}, @dots{}) -## @deftypefnx {Function File} {} assert (@var{cond}, @{var{msg_id}, @var{errmsg}, @dots{}) +## @deftypefnx {Function File} {} assert (@var{cond}, @var{msg_id}, @var{errmsg}, @dots{}) ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected}) ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected},@var{tol}) ##