getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/boolean_data.ref','rb'); %ans = [1,2] == [1,3]; if load_ref('%ans') then bugmes();quit;end, %ans = [1,2] == 1; if load_ref('%ans') then bugmes();quit;end, a = 1:5;%ans = a(a > 2); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);