summaryrefslogtreecommitdiff
path: root/tests/list100.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-26 09:54:17 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-26 09:54:31 -0700
commit41ef7a7b0b5d049fc88cbde47da76398f4c172c7 (patch)
treebf04fa568db43028dc0baab8b59ea69faedec840 /tests/list100.py
parent01363e4f994cef9dd0eb2f8976c34e5f16af3f8e (diff)
downloadpexpect-git-41ef7a7b0b5d049fc88cbde47da76398f4c172c7.tar.gz
before & after tests shouldn't depend on the format of the Python interactive prompt
Diffstat (limited to 'tests/list100.py')
-rw-r--r--tests/list100.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/list100.py b/tests/list100.py
new file mode 100644
index 0000000..3b2b6ec
--- /dev/null
+++ b/tests/list100.py
@@ -0,0 +1,2 @@
+# -*- coding: utf-8 -*-
+print(list(range(100)))