diff -r 000000000000 -r f0740133c606 test/bookloupe/config-user.tst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/bookloupe/config-user.tst Sun Sep 29 22:51:27 2013 +0100 @@ -0,0 +1,72 @@ +**************** OPTIONS **************** +--dump-config +**************** INPUT(bookloupe.ini) **************** +# Mary Contrary's configuration for bookloupe + +# Bookloupe will ignore this group, but it's nice to have. +[other] +# Look at me! +name="Mary Contrary" + +[options] +# Ignore DP-specific markup - sounds useful +dp=true +# Echo queried line - what's the point of that? +echo=false +# Check single quotes - yup +squote=true +# Check common typos - waste of time +typo=false +# Require closure of quotes on every paragraph - okay +qpara=true +# Enable paranoid querying of everything - Huh? +paranoid=false +# Enable line end checking - pointless +line-end=false +# Overview: just show counts - Brief is good +overview=true +# Output errors to stdout instead of stderr - keeps things together +stdout=true +# Echo header fields - I'd rather see it +header=true +# Ignore markup in < > - Need this +markup=true +# Use file of user-defined typos - And this +usertypo=true +# Verbose - list everything - Contrary by name... +verbose=true +**************** EXPECTED(stdout) **************** +# Mary Contrary's configuration for bookloupe + +# Bookloupe will ignore this group, but it's nice to have. +[other] +# Look at me! +name="Mary Contrary" + +[options] +# Ignore DP-specific markup - sounds useful +dp=true +# Echo queried line - what's the point of that? +echo=false +# Check single quotes - yup +squote=true +# Check common typos - waste of time +typo=false +# Require closure of quotes on every paragraph - okay +qpara=true +# Enable paranoid querying of everything - Huh? +paranoid=false +# Enable line end checking - pointless +line-end=false +# Overview: just show counts - Brief is good +overview=true +# Output errors to stdout instead of stderr - keeps things together +stdout=true +# Echo header fields - I'd rather see it +header=true +# Ignore markup in < > - Need this +markup=true +# Use file of user-defined typos - And this +usertypo=true +# Verbose - list everything - Contrary by name... +verbose=true