diff scripts/testfun/demo.m @ 11437:6bfb286a0efa

Add newline to demo error reporting for better formatting.
author Rik <octave@nomad.inbox5.com>
date Tue, 04 Jan 2011 10:57:24 -0800
parents a4f482e66b65
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/testfun/demo.m
+++ b/scripts/testfun/demo.m
@@ -120,7 +120,7 @@
       __demo__;
     catch
       ## Let the programmer know which demo failed.
-      printf ("%s example %d: failed\n%s", name, doidx(i), __error_text__);
+      printf ("%s example %d: failed\n%s\n", name, doidx(i), __error_text__);
     end_try_catch
     clear __demo__;
   endfor