comparison libinterp/corefcn/ellipj.cc @ 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 40de9f8f23a6
children 53728df3e4c9
comparison
equal deleted inserted replaced
21580:ecce63c99c3f 21581:6fab85c1538f
829 829
830 %!error ellipj () 830 %!error ellipj ()
831 %!error ellipj (1) 831 %!error ellipj (1)
832 %!error ellipj (1,2,3,4) 832 %!error ellipj (1,2,3,4)
833 %!warning <required value 0 <= M <= 1> ellipj (1,2); 833 %!warning <required value 0 <= M <= 1> ellipj (1,2);
834 ## FIXME: errors commented out untill lasterr() truly returns the last error. 834 ## FIXME: errors commented out until lasterr() truly returns the last error.
835 %!#error <M must be a scalar or matrix> ellipj (1, "1") 835 %!#error <M must be a scalar or matrix> ellipj (1, "1")
836 %!#error <U must be a scalar or matrix> ellipj ("1", 1) 836 %!#error <U must be a scalar or matrix> ellipj ("1", 1)
837 %!#error <U must be a scalar or matrix> ellipj ({1}, 1) 837 %!#error <U must be a scalar or matrix> ellipj ({1}, 1)
838 %!#error <U must be a scalar or matrix> ellipj ({1, 2}, 1) 838 %!#error <U must be a scalar or matrix> ellipj ({1, 2}, 1)
839 %!#error <M must be a scalar or matrix> ellipj (1, {1, 2}) 839 %!#error <M must be a scalar or matrix> ellipj (1, {1, 2})