test/bookloupe/config-user.tst
changeset 102 ff0aa9b1397a
child 103 d22d8cd4f628
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/bookloupe/config-user.tst	Fri Oct 25 11:15:18 2013 +0100
     1.3 @@ -0,0 +1,72 @@
     1.4 +**************** OPTIONS ****************
     1.5 +--dump-config
     1.6 +**************** INPUT(bookloupe.ini) ****************
     1.7 +# Mary Contrary's configuration for bookloupe
     1.8 +
     1.9 +# Bookloupe will ignore this group, but it's nice to have.
    1.10 +[other]
    1.11 +# Look at me!
    1.12 +name="Mary Contrary"
    1.13 +
    1.14 +[options]
    1.15 +# Ignore DP-specific markup - sounds useful
    1.16 +dp=true
    1.17 +# Echo queried line - what's the point of that?
    1.18 +echo=false
    1.19 +# Check single quotes - yup
    1.20 +squote=true
    1.21 +# Check common typos - waste of time
    1.22 +typo=false
    1.23 +# Require closure of quotes on every paragraph - okay
    1.24 +qpara=true
    1.25 +# Enable paranoid querying of everything - Huh?
    1.26 +paranoid=false
    1.27 +# Enable line end checking - pointless
    1.28 +line-end=false
    1.29 +# Overview: just show counts - Brief is good
    1.30 +overview=true
    1.31 +# Output errors to stdout instead of stderr - keeps things together
    1.32 +stdout=true
    1.33 +# Echo header fields - I'd rather see it
    1.34 +header=true
    1.35 +# Ignore markup in < > - Need this
    1.36 +markup=true
    1.37 +# Use file of user-defined typos - And this
    1.38 +usertypo=true
    1.39 +# Verbose - list everything - Contrary by name...
    1.40 +verbose=true
    1.41 +**************** EXPECTED(stdout) ****************
    1.42 +# Mary Contrary's configuration for bookloupe
    1.43 +
    1.44 +# Bookloupe will ignore this group, but it's nice to have.
    1.45 +[other]
    1.46 +# Look at me!
    1.47 +name="Mary Contrary"
    1.48 +
    1.49 +[options]
    1.50 +# Ignore DP-specific markup - sounds useful
    1.51 +dp=true
    1.52 +# Echo queried line - what's the point of that?
    1.53 +echo=false
    1.54 +# Check single quotes - yup
    1.55 +squote=true
    1.56 +# Check common typos - waste of time
    1.57 +typo=false
    1.58 +# Require closure of quotes on every paragraph - okay
    1.59 +qpara=true
    1.60 +# Enable paranoid querying of everything - Huh?
    1.61 +paranoid=false
    1.62 +# Enable line end checking - pointless
    1.63 +line-end=false
    1.64 +# Overview: just show counts - Brief is good
    1.65 +overview=true
    1.66 +# Output errors to stdout instead of stderr - keeps things together
    1.67 +stdout=true
    1.68 +# Echo header fields - I'd rather see it
    1.69 +header=true
    1.70 +# Ignore markup in < > - Need this
    1.71 +markup=true
    1.72 +# Use file of user-defined typos - And this
    1.73 +usertypo=true
    1.74 +# Verbose - list everything - Contrary by name...
    1.75 +verbose=true