summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/testsi-SJIS.ini
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-29 12:19:00 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-29 12:19:00 +0200
commite9660c47c69327a131c4e4b15bea4bdc7937fd61 (patch)
treec7edc252258b6149ad09fcf9ba609f1d8cb92ae0 /lib/simpleini/testsi-SJIS.ini
parent677ce3960cd13cbf994311c76d75b343b22fd480 (diff)
parentdf4e3dfb6e623889757afe79fc4dfd29ae85748e (diff)
downloadcolobot-e9660c47c69327a131c4e4b15bea4bdc7937fd61.tar.gz
colobot-e9660c47c69327a131c4e4b15bea4bdc7937fd61.tar.bz2
colobot-e9660c47c69327a131c4e4b15bea4bdc7937fd61.zip
Merge branch 'dev' into dev-graphics
Diffstat (limited to 'lib/simpleini/testsi-SJIS.ini')
-rw-r--r--lib/simpleini/testsi-SJIS.ini51
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/simpleini/testsi-SJIS.ini b/lib/simpleini/testsi-SJIS.ini
deleted file mode 100644
index f723ac6..0000000
--- a/lib/simpleini/testsi-SJIS.ini
+++ /dev/null
@@ -1,51 +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