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