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