Added get_user_string to stdlib.
[vvhitespace] / stdlib_tests / vv_test.py
index a10696f..34d8a26 100755 (executable)
@@ -42,6 +42,7 @@ tests = [
         ['3006_xor', '', '+0+1+0-2-1'],
         ['4001_strlen', '', '+11'],
         ['4002_isdigit', '', '+0+1+1+0'],
         ['3006_xor', '', '+0+1+0-2-1'],
         ['4001_strlen', '', '+11'],
         ['4002_isdigit', '', '+0+1+1+0'],
+        ['4003_get_user_string', 'aas\nasdf', '+0a+1as\n+2asd+3'],
         ['5001_abs', '', '+1+1+0+0'],
         ['5002_random', '', ''],
         ['5003_gcd', '', '+0+4+4+3+3+3'],
         ['5001_abs', '', '+1+1+0+0'],
         ['5002_random', '', ''],
         ['5003_gcd', '', '+0+4+4+3+3+3'],