test/bookloupe/config-user.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 # 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 # Set of characters valid for this ebook - Let's stick with Latin1
    39 charset=ISO-8859-1
    40 **************** EXPECTED(stdout) ****************
    41 # Mary Contrary's configuration for bookloupe
    42 
    43 # Bookloupe will ignore this group, but it's nice to have.
    44 [other]
    45 # Look at me!
    46 name="Mary Contrary"
    47 
    48 [options]
    49 # Ignore DP-specific markup - sounds useful
    50 dp=true
    51 # Echo queried line - what's the point of that?
    52 echo=false
    53 # Check single quotes - yup
    54 squote=true
    55 # Check common typos - waste of time
    56 typo=false
    57 # Require closure of quotes on every paragraph - okay
    58 qpara=true
    59 # Enable paranoid querying of everything - Huh?
    60 paranoid=false
    61 # Enable line end checking - pointless
    62 line-end=false
    63 # Overview: just show counts - Brief is good
    64 overview=true
    65 # Output errors to stdout instead of stderr - keeps things together
    66 stdout=true
    67 # Echo header fields - I'd rather see it
    68 header=true
    69 # Ignore markup in < > - Need this
    70 markup=true
    71 # Use file of user-defined typos - And this
    72 usertypo=true
    73 # Verbose - list everything - Contrary by name...
    74 verbose=true
    75 # Set of characters valid for this ebook - Let's stick with Latin1
    76 charset=ISO-8859-1