test/bookloupe/partial-underlining.tst
author ali <ali@juiblex.co.uk>
Wed Oct 30 17:22:05 2013 +0000 (2013-10-30)
changeset 213 2995a39f4dba
permissions -rw-r--r--
Added tag 2.0.67 for changeset aece0899b1d3
     1 **************** INPUT ****************
     2 Bookloupe understands simple underlining, for example, a _bd_ word as
     3 well as old-school underlining, for example, _a_pr_word_.
     4 
     5 It also understands partial underlining, as in l'_Adthima_, Abag_ae_l,
     6 _ph_antasm, and even _ph_antasi_z_e.
     7 
     8 While warnings about missing spaces around underscores are generally
     9 suppressed, partial underlining with_an odd number of un_der_scor_es
    10 will still be warned about.
    11 **************** WARNINGS ****************
    12 <expected>
    13   <error>
    14     <at line="1" column="57"/>
    15     <text>Query word bd - not reporting duplicates</text>
    16   </error>
    17   <error>
    18     <at line="2" column="48"/>
    19     <text>Query word pr - not reporting duplicates</text>
    20   </error>
    21   <error>
    22     <at line="8" column="37"/>
    23     <text>Missing space or underscore?</text>
    24   </error>
    25   <error>
    26     <at line="8" column="66"/>
    27     <text>Missing space or underscore?</text>
    28   </error>
    29 </expected>