# # Copyright (c) 2008 João Abecasis # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # # # This file and the homonymous .cpp file constitute an interface and # functionality test for the ini processing facilities available to adaptor # developers. # [section] entry = value # no-entry = don't define me! [section.entry] [section.no-entry] [section.nested] another-entry = another-value [section.nested.even.more] very-nested-entry = very-nested-value