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.
18 lines
196 B
18 lines
196 B
6 years ago
|
title = "TOML Marshal Testing"
|
||
|
|
||
|
[basic_map]
|
||
|
one = "one"
|
||
|
two = "two"
|
||
|
|
||
|
[long_map]
|
||
|
a7 = "1"
|
||
|
b3 = "2"
|
||
|
c8 = "3"
|
||
|
d4 = "4"
|
||
|
e6 = "5"
|
||
|
f5 = "6"
|
||
|
g10 = "7"
|
||
|
h1 = "8"
|
||
|
i2 = "9"
|
||
|
j9 = "10"
|