Closed pcahyna closed 3 years ago
Use the - chomping indicator to indicate that the trailing newline is not intended as a part of the string. https://yaml.org/spec/1.1/#chomping/
-
The trailing newline was causing an actual problem in the test.
Also use the > folded style, which is more appropriate here than the | literal style.
>
|
[citest bad]
Use the
-
chomping indicator to indicate that the trailing newline is not intended as a part of the string. https://yaml.org/spec/1.1/#chomping/The trailing newline was causing an actual problem in the test.
Also use the
>
folded style, which is more appropriate here than the|
literal style.