getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/dot_data.ref','rb'); %ans = 1.345; if load_ref('%ans') then bugmes();quit;end, x = [1,2,3];%ans = x.^20.* x; if load_ref('%ans') then bugmes();quit;end, // a space is required between 2 and dot %ans = [123,456]; if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);