Sha256: c1559c186d53e8c10d50cf75cf87b3c68bbb6f53778b762fd86512676fbabad5
Contents?: true
Size: 546 Bytes
Versions: 2
Compression:
Stored size: 546 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? line_continuation = C:\Temp\path\ backslash = This string \\t contains \\n no \\r special \\0 characters! quoted = "Escaping works\tinside quoted strings!"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
o-inifile-4.0.1 | test/data/line_continuation.ini |
o-inifile-4.0.0 | test/data/line_continuation.ini |