aboutsummaryrefslogtreecommitdiff
path: root/t/files
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-27 14:53:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-27 14:53:13 +0200
commitb366ef7066f63df2e19bd93e34de202f34a1c282 (patch)
treeb05a1017ca725e6d8f429836f6d76a3e7085ec42 /t/files
Initial commit
Diffstat (limited to 't/files')
-rw-r--r--t/files/config.toml3
-rw-r--r--t/files/merge.toml5
-rw-r--r--t/files/write.toml6
3 files changed, 14 insertions, 0 deletions
diff --git a/t/files/config.toml b/t/files/config.toml
new file mode 100644
index 0000000..2e411d3
--- /dev/null
+++ b/t/files/config.toml
@@ -0,0 +1,3 @@
+[header]
+a = "a"
+b = "b"
diff --git a/t/files/merge.toml b/t/files/merge.toml
new file mode 100644
index 0000000..fee4bc5
--- /dev/null
+++ b/t/files/merge.toml
@@ -0,0 +1,5 @@
+[header]
+c = "c"
+
+[merge-header]
+a = "a"
diff --git a/t/files/write.toml b/t/files/write.toml
new file mode 100644
index 0000000..bb8d31a
--- /dev/null
+++ b/t/files/write.toml
@@ -0,0 +1,6 @@
+[first]
+a = "a"
+b = "b"
+[second]
+a = "a"
+c = "c" \ No newline at end of file