workaround for testing: \xbb will be replaced with /xbb by replace(os.sep, '/') process on Windows environment.

This commit is contained in:
Takayuki Shimizukawa 2014-09-24 01:41:01 +09:00
parent c8d9300743
commit 88540e9a3b

View File

@ -34,7 +34,7 @@ reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \
(%(root)s/markup.txt:\\d+: WARNING: Malformed :option: u'Python c option', does \ (%(root)s/markup.txt:\\d+: WARNING: Malformed :option: u'Python c option', does \
not contain option marker - or -- or / or \\+ not contain option marker - or -- or / or \\+
%(root)s/undecodable.txt:3: WARNING: undecodable source characters, replacing \ %(root)s/undecodable.txt:3: WARNING: undecodable source characters, replacing \
with "\\?": b?'here: >>>\\\\xbb<<<' with "\\?": b?'here: >>>(\\\\|/)xbb<<<'
)?""" )?"""
HTML_WARNINGS = ENV_WARNINGS + """\ HTML_WARNINGS = ENV_WARNINGS + """\