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