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