summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/testsi-EUCJP.ini
diff options
context:
space:
mode:
authorunknown <zawadzki@3F13H4J.nsn-intra.net>2012-09-28 20:17:56 +0200
committerunknown <zawadzki@3F13H4J.nsn-intra.net>2012-09-28 20:17:56 +0200
commit38ebf4c3989a600cf5e9cf89be648d9b3373bc7c (patch)
treea7175abaac0db19f86c952a0ef051f3777eaffa5 /lib/simpleini/testsi-EUCJP.ini
parent099f6c4f0b472840ae38aed1042db32481cc142d (diff)
parentcc9a5070544bbac127df45ca73810a03ed2fa9d2 (diff)
downloadcolobot-38ebf4c3989a600cf5e9cf89be648d9b3373bc7c.tar.gz
colobot-38ebf4c3989a600cf5e9cf89be648d9b3373bc7c.tar.bz2
colobot-38ebf4c3989a600cf5e9cf89be648d9b3373bc7c.zip
Merge branch 'master' of https://github.com/colobot/colobot into dev
Diffstat (limited to 'lib/simpleini/testsi-EUCJP.ini')
-rw-r--r--lib/simpleini/testsi-EUCJP.ini52
1 files changed, 0 insertions, 52 deletions
diff --git a/lib/simpleini/testsi-EUCJP.ini b/lib/simpleini/testsi-EUCJP.ini
deleted file mode 100644
index ee9e987..0000000
--- a/lib/simpleini/testsi-EUCJP.ini
+++ /dev/null
@@ -1,52 +0,0 @@
-; test file for SimpleIni
-
-nosection=ok
-NOSECTION=still ok
- whitespace = ok
-
-[standard]
-foo=foo1
-standard-1=foo
-日本語=ok1
-
-[Standard]
-Foo=foo2
-standard-2=foo
-日本語=ok2
-
- [ Whitespace ]
-
-a=
-
-[ whitespace in section name ]
- whitespace in key name = whitespace in value name
-
-; comments
- ; more comments
-
-invalid
-=invalid
-====invalid
-
-[Japanese]
-nihongo = 日本語
-日本語 = 日本語
-
-[日本語]
-nihongo = 日本語
-日本語 = 日本語
-
-[]
-more=no section name
-
-
-
-[MultiLine]
-single = This is a single line.
-multi = <<<MULTI
-
-This is a multi-line value. It continues until the MULTI tag is found
-on a line by itself with no whitespace before or after it. This value
-will be returned to the user with all newlines and whitespace.
-
-MULTI