summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.toml
blob: 40832c224ce4ceecea0d6e1c372338c975356fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name = "TOML sample file"

[section]
key = "value"
literal_string = 'C:\test'
other_string = '''value'''
list = [1, 2, 3]
nested_list = [ [1, 2], [3, 4] ]
float_variable = 13.37

  [section.nested]
  boolean_variable = false
  date_variable = 1969-97-24T16:50:35-00:00

# Comment