diff src/DLD-FUNCTIONS/dassl.cc @ 13915:5fa482628bf6

Remove unnecessary regular expression '.*' from ends of %!error blocks * betainc.cc, chol.cc, dassl.cc, det.cc, eig.cc, find.cc, gcd.cc, hess.cc, inv.cc, lsode.cc, lu.cc, max.cc, qr.cc, quad.cc, schur.cc, sub2ind.cc, svd.cc, syl.cc, time.cc, data.cc, mappers.cc, strfns.cc, test_io.m, test_struct.m, test_system.m: Remove unnecessary regular expression '.*' from ends of %!error blocks
author Rik <octave@nomad.inbox5.com>
date Tue, 22 Nov 2011 18:26:28 -0800
parents 12df7854fa7c
children 4e8f23ccadce
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/dassl.cc	Tue Nov 22 17:56:06 2011 -0800
+++ b/src/DLD-FUNCTIONS/dassl.cc	Tue Nov 22 18:26:28 2011 -0800
@@ -558,6 +558,6 @@
 %! dassl_options ("absolute tolerance", eps);
 %! assert(dassl_options ("absolute tolerance") == eps);
 
-%!error <Invalid call to dassl_options.*> dassl_options ("foo", 1, 2);
+%!error <Invalid call to dassl_options> dassl_options ("foo", 1, 2);
 
 */