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