Sha256: 8f193a30fdee4f5ea830c5839c071cb0d92f7c38d2ca62e7db8a4e66922488c9

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

; this test file demonstrates escape sequences supported by IniFile
[normal]
foo = http://en.wikipedia.org/wiki/Foobar

[escaped]
tabs = There is a tab\tcharacter in here somewhere
carriage return = Who uses these anyways?\r
newline = Trust newline!\nAlways there when you need him.\nSplittin' those lines.
null = Who'd be silly enough to put\0 a null character in the middle of a string?\
Stroustrup would not approve!
backslash = This string \\t contains \\n no \\r special \\0 characters!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inifile-1.1.0 test/data/escape.ini
inifile-1.0.0 test/data/escape.ini