X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/7967fb7d404c4f3d20a598c280230a12ca45880d..7359501c4b44efadc76eef5570008dd52f6767fc:/stdlib_tests/vv_test.py diff --git a/stdlib_tests/vv_test.py b/stdlib_tests/vv_test.py index 353c176..d3420f1 100755 --- a/stdlib_tests/vv_test.py +++ b/stdlib_tests/vv_test.py @@ -31,7 +31,14 @@ tests = [ ['2006_memsrch', '', '+32'], ['2007_memrand', '', ''], ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'], - ['3002_lshift', '', '+1+2+4611686018427387904-9223372036854775808'], + ['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'], + ['3006_xor', '', '+0+1+0-2-1'], + ['4001_strlen', '', '+11'], + ['5001_abs', '', '+1+1+0+0'], + ['5002_random', '', ''], ] for test in tests: