diff scripts/testfun/test.m @ 18891:7bbe3658c5ef

maint: Use "FIXME:" coding convention in m-files. * flipdim.m, prepad.m, rotdim.m, doc.m, strread.m, textread.m, krylov.m, colon.m, dump_prefs.m, fileattrib.m, getappdata.m, __xzip__.m, unpack.m, fsolve.m, axis.m, meshc.m, print.m, __ghostscript__.m, __go_draw_axes__.m, __print_parse_opts__.m, struct2hdl.m, unique.m, spstats.m, treeplot.m, test.m, datestr.m: Use "FIXME:" coding convention in m-files.
author Rik <rik@octave.org>
date Wed, 25 Jun 2014 13:45:41 -0700
parents c9b4d3177de3
children ec28b7216501
line wrap: on
line diff
--- a/scripts/testfun/test.m	Wed Jun 25 12:51:55 2014 -0700
+++ b/scripts/testfun/test.m	Wed Jun 25 13:45:41 2014 -0700
@@ -720,7 +720,7 @@
 %!demo  toeplitz ([1,2,3,4],[1,5,6])
 
 ### example from kron
-%!#error kron  # FIXME suppress these until we can handle output
+%!#error kron  # FIXME: suppress these until we can handle output
 %!#error kron(1,2,3)
 %!test assert (isempty (kron ([], rand (3, 4))))
 %!test assert (isempty (kron (rand (3, 4), [])))