X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/37372ed0cccf20298fdefc4c3d1153eb58407e45..0cd0f6f3f541f68fd5eabfc36f3ac724bfffde87:/stdlib_tests/vv_test.py diff --git a/stdlib_tests/vv_test.py b/stdlib_tests/vv_test.py index b4f0cd0..045f81c 100755 --- a/stdlib_tests/vv_test.py +++ b/stdlib_tests/vv_test.py @@ -37,6 +37,7 @@ tests = [ ['3005_or', '', '+0+1+1-1-1'], ['3006_xor', '', '+0+1+0-2-1'], ['4001_strlen', '', '+11'], + ['4002_isdigit', '', '+0+1+1+0'], ['5001_abs', '', '+1+1+0+0'], ['5002_random', '', ''], ['5003_gcd', '', '+0+4+4+3+3+3'], @@ -49,6 +50,7 @@ tests = [ ['6007_printf_staticheapstring', '', 'test'], ['6008_printf_escapedstackstring', '', '\\%\t\n'], ['6009_printf_substitutedstackstring', '', 'Atest142+42'], + ['7001_atoi', '', '+42+42-42+0+0+0'], ] for test in tests: