Staging
v0.8.1
Revision 1f5fd648b18a0d6fff31b73db4d9fb4158b2247e authored by Jason R. Coombs on 06 September 2016, 02:24:01 UTC, committed by Jason R. Coombs on 06 September 2016, 02:24:01 UTC
1 parent 79ae967
Raw File
test_doctest4.txt
This is a sample doctest in a text file that contains non-ASCII characters.
This file is encoded using UTF-8.

In order to get this test to pass, we have to manually specify the
encoding.

  >>> 'föö'
  'f\xf6\xf6'

  >>> 'bąr'
  'b\u0105r'
back to top