getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/union_data.ref','rb'); A = round(5 * rand(10, 1)); B = round(5 * rand(7, 1)); %ans = union(A, B); if load_ref('%ans') then bugmes();quit;end, [N,ka,kb] = union(A, B); if load_ref('kb') then bugmes();quit;end, if load_ref('ka') then bugmes();quit;end, if load_ref('N') then bugmes();quit;end, %ans = union('a' + string(A), 'b' + string(B)); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);