Home | History | Annotate | Download | only in test

Lines Matching refs:keep_eols

2813         # Test the keep_eols flag
2814 eq(he('hello\nworld', keep_eols=True),
2892 # Test the keep_eols flag
2893 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')