diff options
Diffstat (limited to 'test/common/testfiles/config9d.txt')
-rwxr-xr-x | test/common/testfiles/config9d.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/test/common/testfiles/config9d.txt b/test/common/testfiles/config9d.txt new file mode 100755 index 00000000..28ea300e --- /dev/null +++ b/test/common/testfiles/config9d.txt @@ -0,0 +1,38 @@ +test1 +{ + value=12 + string1 = carrots in may + string2 =on the string + subconfig + { + bing= nothing really + carrots =0x2356 + terrible=lovely + } + subconfig2 + { + bing= something + carrots=-243895 + terrible=pgin! + } + subconfig3 + { + bing= 435 + carrots =090 + terrible=absolutely + } + otherthing + { + string= ping + fish =0 + } +} + +TOPlevel= value + +ping +{ + carrots=324 + string = casrts +} + |