Mercurial > hg > octave-nkf
view test/bug-38691/bug-38691.tst @ 17475:25f6e31bbce9
cylinder.m: Correct indentation.
* scripts/plot/cylinder.m: Correct indentation.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 24 Sep 2013 19:58:56 -0700 |
parents | 2f8fb02a6c31 |
children | 26992c04d5dc |
line wrap: on
line source
%!test %! addpath dir1 %! [d1_r, d1_f1, d1_f2, d1_f3] = func1 (0); %! addpath dir2 %! [d2_r, d2_f1, d2_f2, d2_f3] = func1 (0); %! assert (d1_r, 0); %! assert (d2_r, 1); %! assert (d1_f1, "dir1/func1"); %! assert (d1_f2, "dir1/func2"); %! assert (d1_f3, "dir1/func3"); %! assert (d2_f1, "dir2/func1"); %! assert (d2_f2, "dir2/func2"); %! assert (d2_f3, "dir2/func3");