Growing file with |+ syntax

Issue #520 resolved
Wolf2323 created an issue

when saving and loading a file like this:

# YAML load and save bug with keep block chomping indicator
example:
  description: |+
    These lines have a carrage return after them.
    And the carrage return will be duplicated with each save if the
    block chomping indicator + is used. ("keep": keep the line feed, keep trailing blank lines.)

successfully-loaded: test 

The empty line after the text related to |+ is duplicated every load and save.

Comments (5)

  1. Log in to comment