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