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