Updated VVhitespace's modulo function to always return positive values.
[vvhitespace] / tests / vv_test.py
index 9345239..fd7ab78 100755 (executable)
@@ -24,7 +24,7 @@ tests = [
         ['2002_arithmetic_subtraction', '', 'A'],
         ['2003_arithmetic_multiplication', '', 'B'],
         ['2004_arithmetic_division', '', 'A'],
         ['2002_arithmetic_subtraction', '', 'A'],
         ['2003_arithmetic_multiplication', '', 'B'],
         ['2004_arithmetic_division', '', 'A'],
-        ['2005_arithmetic_remainder', '', 'A'],
+        ['2005_arithmetic_remainder', '', 'A113'],
         ['3001_heap', '', 'BCA'],
         ['4001_flowcontrol_exit', '', ''],
         ['4002_flowcontrol_unconditional_jump_to_label', '', 'A'],
         ['3001_heap', '', 'BCA'],
         ['4001_flowcontrol_exit', '', ''],
         ['4002_flowcontrol_unconditional_jump_to_label', '', 'A'],
@@ -37,6 +37,7 @@ tests = [
         ['5002_io_output_digit', '', '2'],
         ['5003_io_input_character', 'A', 'A'],
         ['5004_io_input_digit', '1', '1'],
         ['5002_io_output_digit', '', '2'],
         ['5003_io_input_character', 'A', 'A'],
         ['5004_io_input_digit', '1', '1'],
+        ['6001_push_intmin', '', '1'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: