mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 01:41:15 +02:00
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:
4
tests/fixtures/formats/sample-simple.json
vendored
Normal file
4
tests/fixtures/formats/sample-simple.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"first": "first",
|
||||
"second": "this\nshould\nbe\nseparate\nlines"
|
||||
}
|
Reference in New Issue
Block a user