test/bookloupe/config-internal.tst
author ali <ali@juiblex.co.uk>
Sun Oct 20 21:29:06 2013 +0100 (2013-10-20)
changeset 187 6ed7afd99ea9
child 138 5e27fa988c5c
permissions -rw-r--r--
Merge bug #14: Add a configuration file
ali@136
     1
**************** OPTIONS ****************
ali@136
     2
--dump-config
ali@136
     3
**************** EXPECTED(stdout) ****************
ali@136
     4
# Default configuration for bookloupe
ali@136
     5
ali@136
     6
[options]
ali@136
     7
# Ignore DP-specific markup
ali@136
     8
dp=false
ali@136
     9
# Echo queried line
ali@136
    10
echo=true
ali@136
    11
# Check single quotes
ali@136
    12
squote=false
ali@136
    13
# Check common typos
ali@136
    14
typo=true
ali@136
    15
# Require closure of quotes on every paragraph
ali@136
    16
qpara=false
ali@136
    17
# Enable paranoid querying of everything
ali@136
    18
paranoid=true
ali@136
    19
# Enable line end checking
ali@136
    20
line-end=true
ali@136
    21
# Overview: just show counts
ali@136
    22
overview=false
ali@136
    23
# Output errors to stdout instead of stderr
ali@136
    24
stdout=false
ali@136
    25
# Echo header fields
ali@136
    26
header=false
ali@136
    27
# Ignore markup in < >
ali@136
    28
markup=false
ali@136
    29
# Use file of user-defined typos
ali@136
    30
usertypo=false
ali@136
    31
# Verbose - list everything
ali@136
    32
verbose=false