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.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/test1-expected.ini b/test1-expected.ini
index 4f19e99..ca2216c 100644
--- a/test1-expected.ini
+++ b/test1-expected.ini
@@ -55,7 +55,7 @@ test = d
[multiline-3]
; This is obviously a multi-line entry
-multiline-1 = <<<SI-END-OF-MULTILINE-TEXT
+multiline-1 = <<<END_OF_TEXT
This is a multi-line comment. It
will continue until we have the word MULTI
@@ -63,7 +63,7 @@ on a line by itself.
日本語も。
-SI-END-OF-MULTILINE-TEXT
+END_OF_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.
@@ -71,10 +71,10 @@ 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 = <<<END_OF_TEXT
This is a multiline entry.
-SI-END-OF-MULTILINE-TEXT
+END_OF_TEXT
[integer]