From dea8646b8b98583d15528031138682d1ac9ada85 Mon Sep 17 00:00:00 2001
From: "osboxes.org" <anders.forsgren@gmail.com>
Date: Wed, 7 Oct 2015 11:35:49 +0200
Subject: Allow BOM (Byte order mark) in toml

---
 tests/valid/example-bom.toml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tests/valid/example-bom.toml

(limited to 'tests/valid')

diff --git a/tests/valid/example-bom.toml b/tests/valid/example-bom.toml
new file mode 100644
index 0000000..fb5ac81
--- /dev/null
+++ b/tests/valid/example-bom.toml
@@ -0,0 +1,5 @@
+best-day-ever = 1987-07-05T17:45:00Z
+
+[numtheory]
+boring = false
+perfection = [6, 28, 496]
-- 
cgit v1.2.3