Home | History | Annotate | Download | only in test

Lines Matching refs:keep_eols

2645         # Test the keep_eols flag
2646 eq(he('hello\nworld', keep_eols=True),
2724 # Test the keep_eols flag
2725 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')