test.ini 173 B

12345678910111213141516
  1. #[main]
  2. one = 1002
  3. db_connection = http://localhost
  4. arr = one, two, three
  5. [cool]
  6. # Comment
  7. key = val # okko
  8. key1 = val1
  9. key2 = val2
  10. key3 =
  11. [cool]
  12. one = 1
  13. two = 2
  14. three = 3