test/bookloupe/config-override.tst
author ali <ali@juiblex.co.uk>
Sun Oct 27 17:01:47 2013 +0000 (2013-10-27)
changeset 208 d22d8cd4f628
parent 136 2f3762ff90d8
permissions -rw-r--r--
Fix bug #13: Character sets
ali@136
     1
**************** OPTIONS ****************
ali@136
     2
--usertypo
ali@138
     3
--charset=auto
ali@136
     4
--dump-config
ali@136
     5
**************** INPUT(bookloupe.ini) ****************
ali@136
     6
# Relaxed configuration for bookloupe
ali@136
     7
ali@136
     8
[options]
ali@136
     9
# Ignore DP-specific markup
ali@136
    10
dp=false
ali@136
    11
# Echo queried line
ali@136
    12
echo=true
ali@136
    13
# Check single quotes
ali@136
    14
squote=false
ali@136
    15
# Check common typos
ali@136
    16
typo=true
ali@136
    17
# Require closure of quotes on every paragraph
ali@136
    18
qpara=false
ali@136
    19
# Enable paranoid querying of everything
ali@136
    20
paranoid=false
ali@136
    21
# Enable line end checking
ali@136
    22
line-end=true
ali@136
    23
# Overview: just show counts
ali@136
    24
overview=false
ali@136
    25
# Output errors to stdout instead of stderr
ali@136
    26
stdout=false
ali@136
    27
# Echo header fields
ali@136
    28
header=false
ali@136
    29
# Ignore markup in < >
ali@136
    30
markup=false
ali@136
    31
# Use file of user-defined typos
ali@136
    32
usertypo=false
ali@136
    33
# Verbose - list everything
ali@136
    34
verbose=false
ali@138
    35
# Set of characters valid for this ebook
ali@138
    36
charset=UNICODE
ali@136
    37
**************** EXPECTED(stdout) ****************
ali@136
    38
# Relaxed configuration for bookloupe
ali@136
    39
ali@136
    40
[options]
ali@136
    41
# Ignore DP-specific markup
ali@136
    42
dp=false
ali@136
    43
# Echo queried line
ali@136
    44
echo=true
ali@136
    45
# Check single quotes
ali@136
    46
squote=false
ali@136
    47
# Check common typos
ali@136
    48
typo=true
ali@136
    49
# Require closure of quotes on every paragraph
ali@136
    50
qpara=false
ali@136
    51
# Enable paranoid querying of everything
ali@136
    52
paranoid=false
ali@136
    53
# Enable line end checking
ali@136
    54
line-end=true
ali@136
    55
# Overview: just show counts
ali@136
    56
overview=false
ali@136
    57
# Output errors to stdout instead of stderr
ali@136
    58
stdout=false
ali@136
    59
# Echo header fields
ali@136
    60
header=false
ali@136
    61
# Ignore markup in < >
ali@136
    62
markup=false
ali@136
    63
# Use file of user-defined typos
ali@136
    64
usertypo=true
ali@136
    65
# Verbose - list everything
ali@136
    66
verbose=false
ali@138
    67
# Set of characters valid for this ebook
ali@138
    68
charset=auto