X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fciniparser%2Ftest%2Ftest.ini;fp=ccan%2Fciniparser%2Ftest%2Ftest.ini;h=f4223441ed4f2c4f8473a1fde9974bd07494a1f7;hp=0000000000000000000000000000000000000000;hb=28f7279805d3c9378362003031ae537a32d9bec4;hpb=031e1ee091a1f62756e8e56a019564bf3385308f diff --git a/ccan/ciniparser/test/test.ini b/ccan/ciniparser/test/test.ini new file mode 100644 index 00000000..f4223441 --- /dev/null +++ b/ccan/ciniparser/test/test.ini @@ -0,0 +1,23 @@ +# +# This is an example of ini file +# + +[Pizza] + +Ham = yes ; +Mushrooms = TRUE ; +Capres = 3 ; +Cheese = Non ; +Anchovies = 0 ; + +[Wine] + +Grape = Cabernet Sauvignon ; +Year = 1989 ; +Country = Spain ; +Alcohol = 12.5 ; + +[Foo] + +bar = foobar ; +shemp = stooge ;