nushell/tests/fixtures/formats/sample.ini
JT cc1b784e3d
Add initial nu-test-support port (#913)
* Add initial nu-test-support port

* finish changing binary name

* Oops, these aren't Windows-safe tests
2022-02-02 15:59:01 -05: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 = 5678
real = 3.14
string1 = 'Case 1'
string2 = "Case 2"
string3 = 'Case 3'