included bom test fixtures

master
midknight41 2013-10-03 14:37:39 +01:00
parent 24f77a0edd
commit f7733c1719
2 changed files with 38 additions and 0 deletions

19
test/fixtures/bom.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"I've seen things": {
"like": [
"carrots",
"handbags",
"cheese",
"toilets",
"russians",
"planets",
"hampsters",
"weddings",
"poets",
"stalin",
"kuala lumpur"
]
},
"host": "weebls-stuff.com",
"port": 78304
}

19
test/fixtures/no-bom.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"I've seen things": {
"like": [
"carrots",
"handbags",
"cheese",
"toilets",
"russians",
"planets",
"hampsters",
"weddings",
"poets",
"stalin",
"kuala lumpur"
]
},
"host": "weebls-stuff.com",
"port": 78304
}