nushell/tests/fixtures/formats/sample.ini

20 lines
223 B
INI
Raw Normal View History

2019-06-16 08:43:40 +02:00
[SectionOne]
key = value
integer = 1234
real = 3.14
string1 = 'Case 1'
string2 = "Case 2"
[SectionTwo]
; comment line
key = new value
2019-07-26 20:40:00 +02:00
integer = 5678
2019-06-16 08:43:40 +02:00
real = 3.14
string1 = 'Case 1'
string2 = "Case 2"
string3 = 'Case 3'