Blame tests/errors/encoding.pyx

Packit Service 99d393
# coding=ASCII
Packit Service 99d393
# mode: error
Packit Service 99d393
Packit Service 99d393
"""
Packit Service 99d393
Trs bien.
Packit Service 99d393
"""
Packit Service 99d393
Packit Service 99d393
_ERRORS = u"""
Packit Service 99d393
5:3: Decoding error, missing or incorrect coding=<encoding-name> at top of source (cannot decode with encoding 'ascii': ordinal not in range(128))
Packit Service 99d393
"""