Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2013-10-03 10:43:22 +0400
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2013-10-03 10:43:22 +0400
commitbe65b9987933f6330e900d4020f00ec6280750db (patch)
tree422acd651640eb2d274426c3997aa8f6b64137bb /tests/test_setup_command.py
parent1c02e0ee29f5c98d4b0c6fefed65dd141f7b84c2 (diff)
grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-ASCII filename'. refs #703
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r--tests/test_setup_command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index 51653460b..af4b75c0f 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -59,7 +59,7 @@ def test_build_sphinx(pkgroot, proc):
@with_setup_command(root)
-def test_build_sphinx_with_multibyte_path(pkgroot, proc):
+def test_build_sphinx_with_nonascii_path(pkgroot, proc):
mb_name = u'\u65e5\u672c\u8a9e'
srcdir = (pkgroot / 'doc')
try:
@@ -67,7 +67,7 @@ def test_build_sphinx_with_multibyte_path(pkgroot, proc):
except UnicodeEncodeError:
from path import FILESYSTEMENCODING
raise SkipTest(
- 'multibyte filename not supported on this filesystem encoding: '
+ 'non-ASCII filename not supported on this filesystem encoding: '
'%s', FILESYSTEMENCODING)
(srcdir / mb_name / (mb_name + '.txt')).write_text(dedent("""