micropython

Change of tests/list.py

112:76c0d6737c11
tests/list.py
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/list.py	Fri Aug 01 01:44:02 2008 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +#!/usr/bin/env python
     1.5 +
     1.6 +[1, 2, 3]
     1.7 +a = [1, 2, 3]
     1.8 +[1, [2, 3], 4, 5]
     1.9 +
    1.10 +# vim: tabstop=4 expandtab shiftwidth=4