diff --git a/test/fixtures/bom.json b/test/fixtures/bom.json new file mode 100644 index 0000000..6ee00bd --- /dev/null +++ b/test/fixtures/bom.json @@ -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 +} diff --git a/test/fixtures/no-bom.json b/test/fixtures/no-bom.json new file mode 100644 index 0000000..6576c98 --- /dev/null +++ b/test/fixtures/no-bom.json @@ -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 +}