diff options
Diffstat (limited to 'lib-python/2.7/test/test_doctest3.txt')
-rw-r--r-- | lib-python/2.7/test/test_doctest3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-python/2.7/test/test_doctest3.txt b/lib-python/2.7/test/test_doctest3.txt new file mode 100644 index 0000000000..54a96d58e1 --- /dev/null +++ b/lib-python/2.7/test/test_doctest3.txt @@ -0,0 +1,5 @@ + +Here we check that `__file__` is provided: + + >>> type(__file__) + <type 'str'> |