comparison tests/data/conf1.ini @ 144:7e6ec99d5ff5

Allow comments as keys and filter them by default
author Franz Glasner <hg@dom66.de>
date Fri, 13 Apr 2018 09:51:02 +0200
parents ba5970a2dcef
children 2a8dcab2de8c
comparison
equal deleted inserted replaced
143:252645c69c7b 144:7e6ec99d5ff5
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [config] 3 [config]
4 __comment1 = Comment 1
4 key1 = the value 5 key1 = the value
5 key2 = :int:2 6 key2 = :int:2
6 key3 = :float:5.7 7 key3 = :float:5.7
7 key4 = :bool:yes 8 key4 = :bool:yes
8 key5 = :bool:off 9 key5 = :bool:off
9 key6 = :int:0o377 10 key6 = :int:0o377
11 __comment2 = Comment no 2
10 key7 = Umlaute: ÄÖÜäöüß 12 key7 = Umlaute: ÄÖÜäöüß