Sha256: 828bdc6144dbd3b2ba0a68f4e8bc758a5f21ed45a283a72c59d0d214c7bb88a1

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

# Comment

# Booleans
true = true
false = false

[strings]
# String
string = "string\n\t\"string"
empty = ""

[ints]
simple = 42
negative = -42

[floats]
pi = 3.14159
negative = -10.0

[datetimes]
# DateTime
simple = 1979-05-27T07:32:00Z

# Keygroups
[a.b.c]
d = "test"

[e]
f = "test"

# Post line comment
[comments]
on = "a line" # with markup

# Multi-line arrays
[arrays]
# Simple array
simple = [1, 2, 3]

# Nested array
nested = [[1, 2], [3]]

# Multiline array
multiline = [
	1,
	2,
	3
]

# With comments
multiline_comments = [ # 0
	1, # 1
	2, # 2
	3 # 3
]

multi = ["lines", "are",
"super", "cool", "lol",
"amirite"]

# Uneven spacing
uneven = [1, 2, 3,  4, 5 ]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toml-0.0.4 test/spec.toml