X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/63a60fe0eda07a6583067318e818a9929b87b2d7..24e4f91be7b06eb75e11db6f684d157f61fda8ba:/stdlib_tests/vv_test.py diff --git a/stdlib_tests/vv_test.py b/stdlib_tests/vv_test.py index a14468d..bc8d27c 100755 --- a/stdlib_tests/vv_test.py +++ b/stdlib_tests/vv_test.py @@ -23,6 +23,14 @@ tests = [ ['1001_stackrotate', '', 'TOS:\n14:\t+1\n13:\t+244\n12:\t+1\n11:\t+1\n10:\t+1\n9:\t+1\n8:\t+1\n7:\t+243\n6:\t+1\n5:\t+1\n4:\t+1\n3:\t+1\n2:\t+1\n1:\t+242\n'], ['1002_stackrotatereverse', '', 'TOS:\n14:\t+1\n13:\t+244\n12:\t+1\n11:\t+1\n10:\t+1\n9:\t+1\n8:\t+1\n7:\t+1\n6:\t+1\n5:\t+1\n4:\t+1\n3:\t+1\n2:\t+1\n1:\t+1\n'], ['1003_deepdup', '', 'TOS:\n15:\t+1\n14:\t+244\n13:\t+1\n12:\t+1\n11:\t+1\n10:\t+1\n9:\t+1\n8:\t+1\n7:\t+1\n6:\t+1\n5:\t+1\n4:\t+1\n3:\t+1\n2:\t+1\n1:\t+244\n'], + ['2001_spew', '', '32:\t+242\n33:\t+243\n34:\t+244\n'], + ['2002_slurp', '', 'TOS:\n3:\t+242\n2:\t+243\n1:\t+244\n'], + ['2003_memset', '', '32:\t+42\n33:\t+42\n'], + ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'], + ['2005_memcmp', '', '+1'], + ['2006_memsrch', '', '+32'], + ['2007_memrand', '', ''], + ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'], ] for test in tests: