Closed GoogleCodeExporter closed 9 years ago
The line break following the final non-empty literal line is subject to
chomping:
http://yaml.org/spec/1.1/#id928909
Clipping is the default behaviour used if no explicit chomping indicator is
specified:
http://yaml.org/spec/1.1/#chomping/
Please be aware that the example contains the trailing line break after line 2.
If you wish to exclude this trailing line break you may use strip chomping, as
shown in this example (which was just created):
http://code.google.com/p/snakeyaml/source/browse/src/test/java/org/yaml/snakeyam
l/issues/issue163/LinearScalaTralingTest.java
Original comment by py4fun@gmail.com
on 5 Dec 2012 at 3:58
Since there is no clarification from the reporter, the issue is closed
Original comment by py4fun@gmail.com
on 22 Jan 2013 at 5:20
Original issue reported on code.google.com by
bergerki...@gmail.com
on 5 Dec 2012 at 11:44