2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-01 06:43:53 +00:00
nushell/tests/fixtures/formats/sample-simple.json
RedlineTriad 5770b15270
Use iterator chain instead of string concat. ()
* Use iterator chain instead of string concat

* Add regression test for multi-value lines
2020-10-10 18:30:48 +13:00

4 lines
No EOL
75 B
JSON

{
"first": "first",
"second": "this\nshould\nbe\nseparate\nlines"
}