android13/external/libconfig/tests/testdata/bad_input_1.cfg

8 lines
47 B
INI

foo:
{
a = 100;
b = 10;
a = "hello";
};