X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FPython%2FPython-2.7.2%2FLib%2Ftest%2Ftest_doctest2.txt;fp=AppPkg%2FApplications%2FPython%2FPython-2.7.2%2FLib%2Ftest%2Ftest_doctest2.txt;h=0000000000000000000000000000000000000000;hp=7e358cc9156e449d83288521c63538ef565892b5;hb=964f432b9b0afe103c41c7613fade3e699118afe;hpb=e2d3a25f1a3135221a9c8061e1b8f90245d727eb 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 index 7e358cc915..0000000000 --- a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt +++ /dev/null @@ -1,14 +0,0 @@ -This is a sample doctest in a text file. - -In this example, we'll rely on some silly setup: - - >>> import test.test_doctest - >>> test.test_doctest.sillySetup - True - -This test also has some (random) encoded (utf-8) unicode text: - - ЉЊЈЁЂ - -This doesn't cause a problem in the tect surrounding the examples, but -we include it here (in this test text file) to make sure. :)