Added tests for `or` subroutine from stdlib.
[vvhitespace] / stdlib_tests / vv_test.py
index 7ac408c..2674b03 100755 (executable)
@@ -34,6 +34,7 @@ tests = [
         ['3002_lshift', '', '+1+2+4611686018427387904-9223372036854775808-9223372036854775808+0'],
         ['3003_rshift', '', '+1+1+1-4611686018427387903-576460752303423478-1-1'],
         ['3004_and', '', '+0+0+1+1+42'],
         ['3002_lshift', '', '+1+2+4611686018427387904-9223372036854775808-9223372036854775808+0'],
         ['3003_rshift', '', '+1+1+1-4611686018427387903-576460752303423478-1-1'],
         ['3004_and', '', '+0+0+1+1+42'],
+        ['3005_or', '', '+0+1+1-1-1'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: