Sha256: e2b74a254b304d0cebc644a22032951b2266840a31bed2a5a1139b77b213c3cd

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 Bytes

Contents

[section_one]
one = 1
two = 2

[section_two]
three =         3

; comments should be ignored
[section_three]
three   = hello \
multiline
other = "stuff"

[section_four]
four   = hello \  # comments work here, too
multiple \        # and here !!!
multilines        # and even here (OMG)
five = "multiple lines
inside of quotations
preserve everything"

[empty_lines]
empty =
not_empty=full

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
o-inifile-4.0.1 test/data/multiline.ini
o-inifile-4.0.0 test/data/multiline.ini
inifile-3.0.0 test/data/multiline.ini
inifile_alt-2.0.2 test/data/multiline.ini
inifile-2.0.2 test/data/multiline.ini
inifile-2.0.1 test/data/multiline.ini
inifile-2.0.0 test/data/multiline.ini