test/bookloupe/config-user.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 # Mary Contrary's configuration for bookloupe
     5 
     6 # Bookloupe will ignore this group, but it's nice to have.
     7 [other]
     8 # Look at me!
     9 name="Mary Contrary"
    10 
    11 [options]
    12 # Ignore DP-specific markup - sounds useful
    13 dp=true
    14 # Echo queried line - what's the point of that?
    15 echo=false
    16 # Check single quotes - yup
    17 squote=true
    18 # Check common typos - waste of time
    19 typo=false
    20 # Require closure of quotes on every paragraph - okay
    21 qpara=true
    22 # Enable paranoid querying of everything - Huh?
    23 paranoid=false
    24 # Enable line end checking - pointless
    25 line-end=false
    26 # Overview: just show counts - Brief is good
    27 overview=true
    28 # Output errors to stdout instead of stderr - keeps things together
    29 stdout=true
    30 # Echo header fields - I'd rather see it
    31 header=true
    32 # Ignore markup in < > - Need this
    33 markup=true
    34 # Use file of user-defined typos - And this
    35 usertypo=true
    36 # Verbose - list everything - Contrary by name...
    37 verbose=true
    38 **************** EXPECTED(stdout) ****************
    39 # Mary Contrary's configuration for bookloupe
    40 
    41 # Bookloupe will ignore this group, but it's nice to have.
    42 [other]
    43 # Look at me!
    44 name="Mary Contrary"
    45 
    46 [options]
    47 # Ignore DP-specific markup - sounds useful
    48 dp=true
    49 # Echo queried line - what's the point of that?
    50 echo=false
    51 # Check single quotes - yup
    52 squote=true
    53 # Check common typos - waste of time
    54 typo=false
    55 # Require closure of quotes on every paragraph - okay
    56 qpara=true
    57 # Enable paranoid querying of everything - Huh?
    58 paranoid=false
    59 # Enable line end checking - pointless
    60 line-end=false
    61 # Overview: just show counts - Brief is good
    62 overview=true
    63 # Output errors to stdout instead of stderr - keeps things together
    64 stdout=true
    65 # Echo header fields - I'd rather see it
    66 header=true
    67 # Ignore markup in < > - Need this
    68 markup=true
    69 # Use file of user-defined typos - And this
    70 usertypo=true
    71 # Verbose - list everything - Contrary by name...
    72 verbose=true