comparison test/io.tst @ 21581:6fab85c1538f

maint: Follow Octave conventions for use of semicolon in BIST tests. * testfun.txi: Document Octave conventions for use of semicolon in BIST tests. * cellfun.cc, ellipj.cc, file-io.cc, gcd.cc, hash.cc, nproc.cc, utils.cc, fftw.cc, ov-usr-fcn.cc, oct-parse.in.yy, md5sum.m, wavread.m, wavwrite.m, cplxpair.m, rat.m, im2double.m, rref.m, stem3.m, rotate.m, pchip.m, blackman.m, hamming.m, hanning.m, spectral_adf.m, spectral_xdf.m, assert.m, fail.m, etime.m, build-sparse-tests.sh, classes.tst, ctor-vs-method.tst, index.tst, io.tst, struct.tst: Follow Octave conventions for use of semicolon in BIST tests.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 18:16:01 -0700
parents ecce63c99c3f
children dcf8922b724b
comparison
equal deleted inserted replaced
21580:ecce63c99c3f 21581:6fab85c1538f
426 %!error fclose (0) 426 %!error fclose (0)
427 %!error <Invalid call to fclose> fclose (1, 2) 427 %!error <Invalid call to fclose> fclose (1, 2)
428 428
429 %!assert (ischar (tempname ())) 429 %!assert (ischar (tempname ()))
430 430
431 %!error <DIR must be a string> tempname (1); 431 %!error <DIR must be a string> tempname (1)
432 %!error <PREFIX must be a string> tempname ("foo", 1); 432 %!error <PREFIX must be a string> tempname ("foo", 1)
433 433
434 %!error <Invalid call to tempname> tempname (1, 2, 3) 434 %!error <Invalid call to tempname> tempname (1, 2, 3)
435 435
436 %!test 436 %!test
437 %! type_list = ["char"; "char*1"; "integer*1"; "int8"; 437 %! type_list = ["char"; "char*1"; "integer*1"; "int8";