]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_doctest2.txt
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt
deleted file mode 100644 (file)
index 7e358cc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-This is a sample doctest in a text file.\r
-\r
-In this example, we'll rely on some silly setup:\r
-\r
-  >>> import test.test_doctest\r
-  >>> test.test_doctest.sillySetup\r
-  True\r
-\r
-This test also has some (random) encoded (utf-8) unicode text:\r
-\r
-  ï»¿Ð\89Ð\8aÐ\88Ð\81Ð\82\r
-\r
-This doesn't cause a problem in the tect surrounding the examples, but\r
-we include it here (in this test text file) to make sure. :)\r