test_doctest4.txt 244 B

1234567891011
  1. This is a sample doctest in a text file that contains non-ASCII characters.
  2. This file is encoded using UTF-8.
  3. In order to get this test to pass, we have to manually specify the
  4. encoding.
  5. >>> 'föö'
  6. 'f\xf6\xf6'
  7. >>> 'bąr'
  8. 'b\u0105r'