X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/e5b4dad90ea7fbc4cbe1be5ac7f5c7b77b433b29..519b6ab41c6a7c2abd44c9dcffb2a9b63c762442:/vv_test.py diff --git a/vv_test.py b/vv_test.py index 33a998b..68b4db8 100755 --- a/vv_test.py +++ b/vv_test.py @@ -25,6 +25,12 @@ tests = [ ['2004_arithmetic_division', 'A'], ['2005_arithmetic_remainder', 'A'], ['3001_heap', 'BCA'], + ['4001_flowcontrol_exit', ''], + ['4002_flowcontrol_unconditional_jump_to_label', 'A'], + ['4003_flowcontrol_jump_if_tos_is_zero', 'A'], + ['4004_flowcontrol_jump_if_tos_is_negative', 'A'], + ['4005_flowcontrol_jump_to_subroutine', 'A'], + ['4006_flowcontrol_return_from_subroutine', 'A'], ] for test in tests: