Skip to content

Commit

Permalink
new tests for "--libxo json,underscores" (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed May 14, 2021
1 parent 595312e commit ced8d6d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/core/saved/test_06.JPu.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"employees": {
"employee": [
{
"first_name": "Terry",
"last_name": "Jones",
"department": 660
},
{
"first_name": "Leslie",
"last_name": "Patterson",
"department": 341
},
{
"first_name": "Ashley",
"last_name": "Smith",
"department": 1440
}
]
}
}

0 comments on commit ced8d6d

Please sign in to comment.