Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test1-expected.ini')
-rw-r--r--test1-expected.ini41
1 files changed, 24 insertions, 17 deletions
diff --git a/test1-expected.ini b/test1-expected.ini
index 0964b1a..4f19e99 100644
--- a/test1-expected.ini
+++ b/test1-expected.ini
@@ -10,8 +10,8 @@
; with no section.
; Key with no section
-lonely-key=nosection
-another=nosection either
+lonely-key = nosection
+another = nosection either
; This should be joined with the comment below about japanese.
@@ -19,37 +19,43 @@ another=nosection either
; This is a section of keys showing the word Japanese in different syllabies.
[ordered-1]
-a-1=blah
+a-1 = blah
; this is in kanji
-japanese-2=日本語
+japanese-2 = 日本語
; this is in hiragana
-japanese-3=にほんご
+japanese-3 = にほんご
; this is in katakana
-japanese-4=ニホンゴ
+japanese-4 = ニホンゴ
; this is in romaji
-japanese-5=nihongo
+japanese-5 = nihongo
; kanji as the key
-日本語-6=japanese
+日本語-6 = japanese
[multi-2]
; value a
-test=a
-test=b
-test=c
-test=d
+test = a
+
+; value b
+test = b
+
+; value c
+test = c
+
+; value d
+test = d
[multiline-3]
; This is obviously a multi-line entry
-multiline-1=<<<SI-END-OF-MULTILINE-TEXT
+multiline-1 = <<<SI-END-OF-MULTILINE-TEXT
This is a multi-line comment. It
will continue until we have the word MULTI
@@ -61,15 +67,16 @@ SI-END-OF-MULTILINE-TEXT
; This looks like multi-line, but because the newline following the last
; line is discarded, it will be converted into a single line entry.
-another-2=This is not a multiline entry.
+another-2 = This is not a multiline entry.
; If you wanted a multiline entry with a single line, you need to add
; an extra line to it.
-another-3=<<<SI-END-OF-MULTILINE-TEXT
+another-3 = <<<SI-END-OF-MULTILINE-TEXT
This is a multiline entry.
SI-END-OF-MULTILINE-TEXT
+
[integer]
-dec=42
-hex=0x2a
+dec = 42
+hex = 0x2a