Added tests for output half of IO IMP.
[vvhitespace] / vv_test.py
index 68b4db8..829e891 100755 (executable)
@@ -31,6 +31,8 @@ tests = [
         ['4004_flowcontrol_jump_if_tos_is_negative', 'A'],
         ['4005_flowcontrol_jump_to_subroutine', 'A'],
         ['4006_flowcontrol_return_from_subroutine', 'A'],
         ['4004_flowcontrol_jump_if_tos_is_negative', 'A'],
         ['4005_flowcontrol_jump_to_subroutine', 'A'],
         ['4006_flowcontrol_return_from_subroutine', 'A'],
+        ['5001_io_output_character', 'A'],
+        ['5002_io_output_digit', '2'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: