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