1this is a comment. Everything up to the first square brace is ignored. 2 3[test section 2] 4 test_child = "foo\nbar" 5 child_section2 = "one" 6 child_section2 = { 7 child = slick 8 child = harry 9 child = "john\tb " 10 } 11 child_section2 = foo 12 13[test section 2] 14 child_section2 = { 15 child = ron 16 chores = cleaning 17 } 18 19[realms] 20ATHENA.MIT.EDU = { 21 server = KERBEROS.MIT.EDU:88 22 server = KERBEROS1.MIT.EDU 23 server = KERBEROS2.MIT.EDU 24 admin = KERBEROS.MIT.EDU 25 etype = DES-MD5 26} 27 28 29 30[test section 1] 31 foo = "bar " 32 33[test section 2] 34 quux = "bar" 35 frep = bar 36 kappa = alpha 37 beta = epsilon 38 39[test section 1] 40 bar = foo 41 foo = bar2 42 quux = zap 43 foo = bar3 44 child_section = { 45 child = slick 46 child = harry 47 child = john 48 } 49 child_section = foo 50 51 52 53 54