getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/minus_data.ref','rb'); %ans = [1,2] - 1; if load_ref('%ans') then bugmes();quit;end, %ans = [] - 2; if load_ref('%ans') then bugmes();quit;end, %ans = %s - 2; if load_ref('%ans') then bugmes();quit;end, %ans = 1/%s - 2; if load_ref('%ans') then bugmes();quit;end, %ans = 'cat' + 'enate'; if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);