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

config 471 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [test]
  2. x = 1
  3. y = 2
  4. z = 3
  5. #this is an example
  6. input = [1,2,3]
  7. text = "this is text"
  8. doubles = 0.8
  9. tt = 0.5
  10. test = 105
  11. str = "this is a str"
  12. double = 0.5
  13. [t]
  14. x = "this is an test section"
  15. [test-case-2]
  16. double = 0.5
  17. doubles = 0.8
  18. tt = 0.5
  19. test = 105
  20. str = "this is a str"
  21. [another-test]
  22. doubles = 0.8
  23. tt = 0.5
  24. test = 105
  25. str = "this is a str"
  26. double = 0.5
  27. [one-another-test]
  28. doubles = 0.8
  29. tt = 0.5
  30. test = 105
  31. str = "this is a str"
  32. double = 0.5