nushell/tests/test.ini
2019-06-16 18:43:40 +12:00

20 lines
223 B
INI

[SectionOne]
key = value
integer = 1234
real = 3.14
string1 = 'Case 1'
string2 = "Case 2"
[SectionTwo]
; comment line
key = new value
integer = 1234
real = 3.14
string1 = 'Case 1'
string2 = "Case 2"
string3 = 'Case 3'