🐐 ERVMPE builtin case removed
This commit is contained in:
@@ -107,6 +107,8 @@ error_tests = [
|
||||
("SI [] TVNC { DESIGNA r VT I }", CentvrionError), # non-bool SI condition: empty list
|
||||
("DESIGNA x VT I\nDVM x FAC {\nDESIGNA x VT x + I\n}", CentvrionError), # non-bool DVM condition: int
|
||||
("NON I", CentvrionError), # NON on integer
|
||||
("ERVMPE()", SyntaxError), # ERVMPE is statement-only
|
||||
("CONTINVA()", SyntaxError), # CONTINVA is statement-only
|
||||
("DESIGNA z VT I - I\nNON z", CentvrionError), # NON on zero integer
|
||||
('NON "hello"', CentvrionError), # NON on string
|
||||
("DESIGNA a, b VT III", CentvrionError), # destructure non-array
|
||||
|
||||
Reference in New Issue
Block a user