test/bookloupe/config-override.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-override.tst	Fri Oct 25 11:15:18 2013 +0100
     1.3 @@ -0,0 +1,63 @@
     1.4 +**************** OPTIONS ****************
     1.5 +--usertypo
     1.6 +--dump-config
     1.7 +**************** INPUT(bookloupe.ini) ****************
     1.8 +# Relaxed configuration for bookloupe
     1.9 +
    1.10 +[options]
    1.11 +# Ignore DP-specific markup
    1.12 +dp=false
    1.13 +# Echo queried line
    1.14 +echo=true
    1.15 +# Check single quotes
    1.16 +squote=false
    1.17 +# Check common typos
    1.18 +typo=true
    1.19 +# Require closure of quotes on every paragraph
    1.20 +qpara=false
    1.21 +# Enable paranoid querying of everything
    1.22 +paranoid=false
    1.23 +# Enable line end checking
    1.24 +line-end=true
    1.25 +# Overview: just show counts
    1.26 +overview=false
    1.27 +# Output errors to stdout instead of stderr
    1.28 +stdout=false
    1.29 +# Echo header fields
    1.30 +header=false
    1.31 +# Ignore markup in < >
    1.32 +markup=false
    1.33 +# Use file of user-defined typos
    1.34 +usertypo=false
    1.35 +# Verbose - list everything
    1.36 +verbose=false
    1.37 +**************** EXPECTED(stdout) ****************
    1.38 +# Relaxed configuration for bookloupe
    1.39 +
    1.40 +[options]
    1.41 +# Ignore DP-specific markup
    1.42 +dp=false
    1.43 +# Echo queried line
    1.44 +echo=true
    1.45 +# Check single quotes
    1.46 +squote=false
    1.47 +# Check common typos
    1.48 +typo=true
    1.49 +# Require closure of quotes on every paragraph
    1.50 +qpara=false
    1.51 +# Enable paranoid querying of everything
    1.52 +paranoid=false
    1.53 +# Enable line end checking
    1.54 +line-end=true
    1.55 +# Overview: just show counts
    1.56 +overview=false
    1.57 +# Output errors to stdout instead of stderr
    1.58 +stdout=false
    1.59 +# Echo header fields
    1.60 +header=false
    1.61 +# Ignore markup in < >
    1.62 +markup=false
    1.63 +# Use file of user-defined typos
    1.64 +usertypo=true
    1.65 +# Verbose - list everything
    1.66 +verbose=false