Skip to content

Commit

Permalink
unit-test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Nov 11, 2023
1 parent d935553 commit f29a5db
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/cases/io-jsonl-io/0036/cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mlr --j2l --from test/input/quoted-keys.json cat
Empty file.
1 change: 1 addition & 0 deletions test/cases/io-jsonl-io/0036/expout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{""a\"b\"c"": "d\"e\"f"}
1 change: 1 addition & 0 deletions test/cases/io-jsonl-io/0037/cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mlr --l2j --from test/input/quoted-keys.json cat
Empty file.
5 changes: 5 additions & 0 deletions test/cases/io-jsonl-io/0037/expout
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"a\"b\"c": "d\"e\"f"
}
]
1 change: 1 addition & 0 deletions test/input/quoted-keys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"a\"b\"c":"d\"e\"f"}

0 comments on commit f29a5db

Please sign in to comment.