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 85e89a2 commit fe60317
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions tests/core/saved/test_09.JPu.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"top": {
"data": {
"contents": {
"name": [
"gum",
"rope",
"ladder",
"bolt",
"water"
]
},
"contents": {
"item": [
"gum",
"rope",
"ladder",
"bolt",
"water"
]
},
"contents": {
"item": [
"gum",
"rope",
"ladder",
"bolt",
"water"
],
"total": "six",
"one": "one",
"two": [
"two"
],
"three": "three"
}
}
}
}

0 comments on commit fe60317

Please sign in to comment.