We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current textile version fails a few tests, at least on python2.6@Linux:
====================================================================== FAIL: textile.tests.TestKnownValues.testKnownValuesXHTML(u"p=. O\xf9 est l'\xe9cole, l'\xe9glise s'il vous pla\xeet?", u'\tO\xf9 est l’\xe9cole, l’\xe9glise s’il vous pla\xeet?', 'xhtml') ---------------------------------------------------------------------- ====================================================================== FAIL: textile.tests.TestKnownValues.testKnownValuesXHTML('p=. "An emphasised _word._" & "*A spanned phrase.*" ', '\t“An emphasised word.” & “A spanned phrase.” ', 'xhtml') ---------------------------------------------------------------------- ====================================================================== FAIL: textile.tests.TestKnownValues.testKnownValuesXHTML('p=. "*Here*\'s a word!" ', '\t“Here’s a word!” ', 'xhtml') ---------------------------------------------------------------------- ====================================================================== FAIL: textile.tests.TestKnownValues.testKnownValuesXHTML(u'| Foreign EXP\xd3\u0145\xc9NTIAL |', u'\t\n\t\t\n\t\t\t\n\t\t\t\n\tForeign EXP\xd3\u0145\xc9NTIAL \n\t\t', 'xhtml') ----------------------------------------------------------------------
O\xf9 est l’\xe9cole, l’\xe9glise s’il vous pla\xeet?
“An emphasised word.” & “A spanned phrase.”
“Here’s a word!”
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current textile version fails a few tests, at least on python2.6@Linux:
The text was updated successfully, but these errors were encountered: