summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/test_doctest3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/test_doctest3.txt')
-rw-r--r--lib/python2.7/test/test_doctest3.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python2.7/test/test_doctest3.txt b/lib/python2.7/test/test_doctest3.txt
new file mode 100644
index 0000000..54a96d5
--- /dev/null
+++ b/lib/python2.7/test/test_doctest3.txt
@@ -0,0 +1,5 @@
+
+Here we check that `__file__` is provided:
+
+ >>> type(__file__)
+ <type 'str'>