Use iterator chain instead of string concat. (#2655)

* Use iterator chain instead of string concat

* Add regression test for multi-value lines
This commit is contained in:
RedlineTriad
2020-10-10 07:30:48 +02:00
committed by GitHub
parent 6817b472d0
commit 5770b15270
3 changed files with 22 additions and 3 deletions

View File

@ -0,0 +1,4 @@
{
"first": "first",
"second": "this\nshould\nbe\nseparate\nlines"
}