From f7733c171972ba3a656600ce1a9aa8b07cbf5035 Mon Sep 17 00:00:00 2001 From: midknight41 Date: Thu, 3 Oct 2013 14:37:39 +0100 Subject: [PATCH] included bom test fixtures --- test/fixtures/bom.json | 19 +++++++++++++++++++ test/fixtures/no-bom.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 test/fixtures/bom.json create mode 100644 test/fixtures/no-bom.json 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 +}