🐐 INVOCA error message
This commit is contained in:
2
tests.py
2
tests.py
@@ -685,6 +685,8 @@ error_tests = [
|
||||
("INVOCA f ()", CentvrionError), # undefined function
|
||||
("DESIGNA VT III", SyntaxError), # parse error: missing id after DESIGNA
|
||||
("DESIGNA x III", SyntaxError), # parse error: missing VT
|
||||
("DEFINI f () VT { REDI(I) }\nf()", SyntaxError), # function call without INVOCA (no args)
|
||||
("DEFINI f (x) VT { REDI(x) }\nf(I)", SyntaxError), # function call without INVOCA (with args)
|
||||
("DIC(M + M + M + M)", CentvrionError), # output > 3999 without MAGNVM
|
||||
("IIII", CentvrionError), # invalid Roman numeral in source
|
||||
("FORTVITVS_NVMERVS(I, X)", CentvrionError), # requires FORS module
|
||||
|
||||
Reference in New Issue
Block a user