getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/lstsize_data.ref','rb'); %ans = lstsize(list(1, 'aqsdf')); if load_ref('%ans') then bugmes();quit;end, x = ssrand(3, 2, 4); [ny,nu] = size(x); if load_ref('nu') then bugmes();quit;end, if load_ref('ny') then bugmes();quit;end, %ans = lstsize(x); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);