X Tutup
Skip to content

Commit 6ef2913

Browse files
committed
added tests/data/test.toml
1 parent d9f12bf commit 6ef2913

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tests/data/test.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
title = "TOML Example"
3+
4+
[owner]
5+
name = "Hari Sekhon"
6+
7+
[database]
8+
server = "192.168.1.1"
9+
ports = [ 8001, 8001, 8002,]
10+
connection_max = 5000
11+
enabled = true
12+
13+
[clients]
14+
data = [ [ "gamma", "delta",], [ 1, 2,],]
15+
hosts = [ "alpha", "omega",]
16+
17+
[servers.alpha]
18+
ip = "10.0.0.1"
19+
dc = "eqdc10"
20+
21+
[servers.beta]
22+
23+
ip = "10.0.0.2"
24+
dc = "eqdc10"
25+

0 commit comments

Comments
 (0)
X Tutup