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
philshafer committed May 14, 2021
1 parent 520f6c7 commit 33c649d
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions tests/core/saved/test_12.JPu.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"top": {
"data": {
"animal": "fish",
"animal": "fish",
"thing": [
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45"
},
{
"name": "thing",
"color": "green",
"time": "2:15",
"hand": "left",
"color": "blue",
"time": "3:45",
"2by4": {
"4x4": "truck",
"2morrow": "tomorrow"
}
}
]
}
}
}

0 comments on commit 33c649d

Please sign in to comment.