summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-ini/ini/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-ini/ini/testdata')
-rw-r--r--vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.inibin0 -> 56 bytes
-rw-r--r--vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.inibin0 -> 56 bytes
-rw-r--r--vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini2
-rw-r--r--vendor/github.com/go-ini/ini/testdata/aicc.ini11
-rw-r--r--vendor/github.com/go-ini/ini/testdata/conf.ini2
5 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini
new file mode 100644
index 000000000..c8bf82c8f
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini
Binary files differ
diff --git a/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini
new file mode 100644
index 000000000..27f62186e
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini
Binary files differ
diff --git a/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini
new file mode 100644
index 000000000..2ed0ac1d3
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini
@@ -0,0 +1,2 @@
+[author]
+E-MAIL = u@gogs.io \ No newline at end of file
diff --git a/vendor/github.com/go-ini/ini/testdata/aicc.ini b/vendor/github.com/go-ini/ini/testdata/aicc.ini
new file mode 100644
index 000000000..59a61970d
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/testdata/aicc.ini
@@ -0,0 +1,11 @@
+[Core]
+ Lesson_Location = 87
+Lesson_Status = C
+ Score = 3
+Time = 00:02:30
+
+[CORE_LESSON]
+my lesson state data – 1111111111111111111000000000000000001110000
+111111111111111111100000000000111000000000 – end my lesson state data
+[COMMENTS]
+<1><L.Slide#2> This slide has the fuel listed in the wrong units <e.1>
diff --git a/vendor/github.com/go-ini/ini/testdata/conf.ini b/vendor/github.com/go-ini/ini/testdata/conf.ini
new file mode 100644
index 000000000..f8e7ec89f
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/testdata/conf.ini
@@ -0,0 +1,2 @@
+[author]
+E-MAIL = u@gogs.io \ No newline at end of file