Hello,

How to solve the \r\n and \n mismatch between win32 and *nix in the
doctests?

doctest is:
"""
    >>> ctrl.value
    '        Text inside\n        area!\n      '
"""

fails with (on win32):
"""
Failed example:
    ctrl.value
Expected:
    '        Text inside\n        area!\n      '
Got:
    '          Text inside\r\n          area!\r\n        '
"""

ctrl.value comes from a html file in zope.testbrowser.ftests
-- 
Best regards,
 Adam                          mailto:[EMAIL PROTECTED]

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to