FasterXML / jackson-dataformats-text

Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)
Apache License 2.0
404 stars 148 forks source link

Add unit test for multiline literalBlockStyle with trailing space #366 #501

Closed njank closed 2 days ago

njank commented 3 days ago

Test to reproduce #366

cowtowncoder commented 2 days ago

@njank First of all, thank you for contributing this test!

One request: since this is not a test for #215 but #366, could you add it in a new, separate test class?

njank commented 2 days ago

@cowtowncoder done. I also added a working test case without trailing space for comparison.

cowtowncoder commented 2 days ago

Thank you @njank !