test/bookloupe/config-user.tst
author ali <ali@juiblex.co.uk>
Sun Oct 27 17:01:47 2013 +0000 (2013-10-27)
changeset 103 d22d8cd4f628
parent 102 ff0aa9b1397a
permissions -rw-r--r--
Fix bug #13: Character sets
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@103
    38
# Set of characters valid for this ebook - Let's stick with Latin1
ali@103
    39
charset=ISO-8859-1
ali@102
    40
**************** EXPECTED(stdout) ****************
ali@102
    41
# Mary Contrary's configuration for bookloupe
ali@102
    42
ali@102
    43
# Bookloupe will ignore this group, but it's nice to have.
ali@102
    44
[other]
ali@102
    45
# Look at me!
ali@102
    46
name="Mary Contrary"
ali@102
    47
ali@102
    48
[options]
ali@102
    49
# Ignore DP-specific markup - sounds useful
ali@102
    50
dp=true
ali@102
    51
# Echo queried line - what's the point of that?
ali@102
    52
echo=false
ali@102
    53
# Check single quotes - yup
ali@102
    54
squote=true
ali@102
    55
# Check common typos - waste of time
ali@102
    56
typo=false
ali@102
    57
# Require closure of quotes on every paragraph - okay
ali@102
    58
qpara=true
ali@102
    59
# Enable paranoid querying of everything - Huh?
ali@102
    60
paranoid=false
ali@102
    61
# Enable line end checking - pointless
ali@102
    62
line-end=false
ali@102
    63
# Overview: just show counts - Brief is good
ali@102
    64
overview=true
ali@102
    65
# Output errors to stdout instead of stderr - keeps things together
ali@102
    66
stdout=true
ali@102
    67
# Echo header fields - I'd rather see it
ali@102
    68
header=true
ali@102
    69
# Ignore markup in < > - Need this
ali@102
    70
markup=true
ali@102
    71
# Use file of user-defined typos - And this
ali@102
    72
usertypo=true
ali@102
    73
# Verbose - list everything - Contrary by name...
ali@102
    74
verbose=true
ali@103
    75
# Set of characters valid for this ebook - Let's stick with Latin1
ali@103
    76
charset=ISO-8859-1