Added tests for stdlib math functions.
[vvhitespace] / stdlib_tests / vv_test.py
index 2674b03..d3420f1 100755 (executable)
@@ -35,6 +35,10 @@ tests = [
         ['3003_rshift', '', '+1+1+1-4611686018427387903-576460752303423478-1-1'],
         ['3004_and', '', '+0+0+1+1+42'],
         ['3005_or', '', '+0+1+1-1-1'],
         ['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:
         ] 
 
 for test in tests: