comparison tests/data/conf10.toml @ 195:28e6c1413947

Added support for TOML style configuration files
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 21:51:09 +0200
parents
children 816327e178b0
comparison
equal deleted inserted replaced
194:0d8dd58afc44 195:28e6c1413947
1 # -*- coding: utf-8 -*-
2
3 key1 = "in the root namespace"
4 key2 = "in the root namespace -- too"
5
6 [tree1]
7 key3 = 0x20
8
9 [tree1.tree2]
10 key4 = "get this as `tree1.tree2.key4'"
11 key5 = true