test.conf 343 B

1234567891011121314
  1. [ sectionName ]
  2. key1=some value
  3. key2 = some other value
  4. # we want to explain the importance and great forethought
  5. # in this next value.
  6. key3 = unintuitive value
  7. key4 = " space at beginning and end "
  8. key5 = ' is quoted with single quotes '
  9. [ anotherSection ]
  10. key1 = a value
  11. key2 = yet another value
  12. key1 = overwrites previous value of a value