]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.txt
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_doctest.txt
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.txt b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.txt
deleted file mode 100644 (file)
index 8946dc4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a sample doctest in a text file.\r
-\r
-In this example, we'll rely on a global variable being set for us\r
-already:\r
-\r
-  >>> favorite_color\r
-  'blue'\r
-\r
-We can make this fail by disabling the blank-line feature.\r
-\r
-  >>> if 1:\r
-  ...    print 'a'\r
-  ...    print\r
-  ...    print 'b'\r
-  a\r
-  <BLANKLINE>\r
-  b\r