id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
236	PyYAML strips \n in the end of documents	Matěj Cepl <mcepl@…>	xi	"When running the attached script the test fails:
{{{
mitmanek:yamlish (master) $ python failing_test.py 
F
======================================================================
FAIL: test_file_output (__main__.TestOuptut)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""failing_test.py"", line 52, in test_file_output
    """""" % (self._expected, got))
AssertionError: Result matches
              expected = {'bill-to': {'address': {'lines': '458 Walkman Dr. Suite #292 '}}, 'comments': 'Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338'}

              observed = {'bill-to': {'address': {'lines': '458 Walkman Dr.\nSuite #292\n'}}, 'comments': 'Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338\n'}
              

----------------------------------------------------------------------
Ran 1 test in 0.006s

FAILED (failures=1)
mitmanek:yamlish (master) $ 
}}}"	defect	closed	normal	pyyaml	normal	invalid		
