included bom test fixtures
This commit is contained in:
parent
24f77a0edd
commit
f7733c1719
2 changed files with 38 additions and 0 deletions
19
test/fixtures/bom.json
vendored
Normal file
19
test/fixtures/bom.json
vendored
Normal 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
19
test/fixtures/no-bom.json
vendored
Normal 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
|
||||
}
|
Loading…
Reference in a new issue