test/bookloupe/config-default.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 --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 **************** EXPECTED(stdout) ****************
    34 # Default configuration for bookloupe
    35 
    36 [options]
    37 # Ignore DP-specific markup
    38 dp=false
    39 # Echo queried line
    40 echo=true
    41 # Check single quotes
    42 squote=false
    43 # Check common typos
    44 typo=true
    45 # Require closure of quotes on every paragraph
    46 qpara=false
    47 # Enable paranoid querying of everything
    48 paranoid=true
    49 # Enable line end checking
    50 line-end=true
    51 # Overview: just show counts
    52 overview=false
    53 # Output errors to stdout instead of stderr
    54 stdout=false
    55 # Echo header fields
    56 header=false
    57 # Ignore markup in < >
    58 markup=false
    59 # Use file of user-defined typos
    60 usertypo=false
    61 # Verbose - list everything
    62 verbose=false