--- libaitcfg/example/test.c 2013/06/04 12:47:29 1.3.8.1 +++ libaitcfg/example/test.c 2013/06/06 08:20:18 1.3.8.2 @@ -37,7 +37,8 @@ int main() printf("Str=%s\n", AIT_GET_STR(&v)); AIT_FREE_VAL(&v); - printf("GetAttribute value=%s\n", cfg_getAttribute(&lst, "section1", "attrtest")); + printf("GetAttribute multi-lines value=%s\n", cfg_getAttribute(&lst, "section1", "attrtest")); + printf("GetAttribute multi-lines w/o \\ value=%s\n", cfg_getAttribute(&lst, "section1", "attrtest_1")); cfgUnloadConfig(&lst); printf("0) ---------------------------------\n");