view test/bug-35448/bug-35448.tst @ 20653:9cef0a1207e4 @

cell2mat: add tests for cells of cells and char arrays
author Carnë Draug <carandraug@octave.org>
date Tue, 13 Oct 2015 11:40:05 +0100
parents 1af8d21608b7
children
line wrap: on
line source

%!test
%! global gfun
%! gfun = @fB;
%! y = fA (e);
%! assert (y, e);

%!test
%! global gfun
%! gfun = @fC;
%! y = fA (e);
%! assert (y, e);