You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

marshal_OrderPreserve_Map_test.toml 196B

1234567891011121314151617
  1. title = "TOML Marshal Testing"
  2. [basic_map]
  3. one = "one"
  4. two = "two"
  5. [long_map]
  6. a7 = "1"
  7. b3 = "2"
  8. c8 = "3"
  9. d4 = "4"
  10. e6 = "5"
  11. f5 = "6"
  12. g10 = "7"
  13. h1 = "8"
  14. i2 = "9"
  15. j9 = "10"