mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode section
This commit is contained in:
4
tests/roots/test-pycode/cp_1251_coded.py
Normal file
4
tests/roots/test-pycode/cp_1251_coded.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!python
|
||||
# -*- coding: windows-1251 -*-
|
||||
|
||||
X="<EFBFBD>" #:It MUST look like X="<22>"
|
||||
Reference in New Issue
Block a user