Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.
[python.git] / Lib / test / test_doctest2.txt
blob2e14856c27d8b380c76a3df854268e318df3457c
1 This is a sample doctest in a text file.
3 In this example, we'll rely on some silly setup:
5   >>> import test.test_doctest
6   >>> test.test_doctest.sillySetup
7   True
9 This test also has some (random) encoded (utf-8) unicode text:
11   ï»¿Ð‰ÐŠÐˆÐÐ‚
13 This doesn't cause a problem in the tect surrounding the examples, but
14 we include it here (in this test text file) to make sure. :)