test/bookloupe/config-user.tst
author ali <ali@juiblex.co.uk>
Fri Oct 25 11:15:18 2013 +0100 (2013-10-25)
changeset 102 ff0aa9b1397a
child 103 d22d8cd4f628
permissions -rw-r--r--
Fix bug #14: Add a configuration file
ali@102
     1
**************** OPTIONS ****************
ali@102
     2
--dump-config
ali@102
     3
**************** INPUT(bookloupe.ini) ****************
ali@102
     4
# Mary Contrary's configuration for bookloupe
ali@102
     5
ali@102
     6
# Bookloupe will ignore this group, but it's nice to have.
ali@102
     7
[other]
ali@102
     8
# Look at me!
ali@102
     9
name="Mary Contrary"
ali@102
    10
ali@102
    11
[options]
ali@102
    12
# Ignore DP-specific markup - sounds useful
ali@102
    13
dp=true
ali@102
    14
# Echo queried line - what's the point of that?
ali@102
    15
echo=false
ali@102
    16
# Check single quotes - yup
ali@102
    17
squote=true
ali@102
    18
# Check common typos - waste of time
ali@102
    19
typo=false
ali@102
    20
# Require closure of quotes on every paragraph - okay
ali@102
    21
qpara=true
ali@102
    22
# Enable paranoid querying of everything - Huh?
ali@102
    23
paranoid=false
ali@102
    24
# Enable line end checking - pointless
ali@102
    25
line-end=false
ali@102
    26
# Overview: just show counts - Brief is good
ali@102
    27
overview=true
ali@102
    28
# Output errors to stdout instead of stderr - keeps things together
ali@102
    29
stdout=true
ali@102
    30
# Echo header fields - I'd rather see it
ali@102
    31
header=true
ali@102
    32
# Ignore markup in < > - Need this
ali@102
    33
markup=true
ali@102
    34
# Use file of user-defined typos - And this
ali@102
    35
usertypo=true
ali@102
    36
# Verbose - list everything - Contrary by name...
ali@102
    37
verbose=true
ali@102
    38
**************** EXPECTED(stdout) ****************
ali@102
    39
# Mary Contrary's configuration for bookloupe
ali@102
    40
ali@102
    41
# Bookloupe will ignore this group, but it's nice to have.
ali@102
    42
[other]
ali@102
    43
# Look at me!
ali@102
    44
name="Mary Contrary"
ali@102
    45
ali@102
    46
[options]
ali@102
    47
# Ignore DP-specific markup - sounds useful
ali@102
    48
dp=true
ali@102
    49
# Echo queried line - what's the point of that?
ali@102
    50
echo=false
ali@102
    51
# Check single quotes - yup
ali@102
    52
squote=true
ali@102
    53
# Check common typos - waste of time
ali@102
    54
typo=false
ali@102
    55
# Require closure of quotes on every paragraph - okay
ali@102
    56
qpara=true
ali@102
    57
# Enable paranoid querying of everything - Huh?
ali@102
    58
paranoid=false
ali@102
    59
# Enable line end checking - pointless
ali@102
    60
line-end=false
ali@102
    61
# Overview: just show counts - Brief is good
ali@102
    62
overview=true
ali@102
    63
# Output errors to stdout instead of stderr - keeps things together
ali@102
    64
stdout=true
ali@102
    65
# Echo header fields - I'd rather see it
ali@102
    66
header=true
ali@102
    67
# Ignore markup in < > - Need this
ali@102
    68
markup=true
ali@102
    69
# Use file of user-defined typos - And this
ali@102
    70
usertypo=true
ali@102
    71
# Verbose - list everything - Contrary by name...
ali@102
    72
verbose=true