Skip to content

Commit

Permalink
Before refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
antonholmquist committed Dec 2, 2014
1 parent dec40e0 commit 4f9dab4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jason_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ func TestFirst(t *testing.T) {
"first",
"second"
],
"list2": [
{
"street": "Street 42",
"city": "Stockholm"
},
{
"street": "Street 42",
"city": "Stockholm"
}
],
"address": {
"street": "Street 42",
"city": "Stockholm"
Expand Down

0 comments on commit 4f9dab4

Please sign in to comment.