X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;h=a10d0271fab3291f8251de230891ad1c3312b07e;hp=40489bffd41dd17f74a6428ba9826614e4e7fb53;hb=4477bdf961f98ec3143743684eafba45a2e29287;hpb=a98df22daa1e3e2ef80ecea149cbe286ff7fdbf1 diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 40489bf..a10d027 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -595,8 +595,7 @@ separate file first, then run from there. if then else while do ###### output: syn1 - .tmp.code:3:11: error: unhandled parse error: then - oceani: no program found. + .tmp.code:3:11: Syntax error in statement: then ###### test: tokerr program: @@ -795,8 +794,8 @@ various places that `type_err()` are called. print foo, bar ###### output: type_err_const1 - .tmp.code:3:12: error: unhandled parse error: : - oceani: no program found. + .tmp.code:3:12: Syntax error in constant: : + .tmp.code:4:8: Syntax error in constant: bar ## Test erroneous command line args