2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/tests/fixtures/formats/sample.ini

20 lines
223 B
INI
Raw Normal View History

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