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
ali@211
     1
**************** INPUT ****************
ali@211
     2
Bookloupe understands simple underlining, for example, a _bd_ word as
ali@211
     3
well as old-school underlining, for example, _a_pr_word_.
ali@211
     4
ali@211
     5
It also understands partial underlining, as in l'_Adthima_, Abag_ae_l,
ali@211
     6
_ph_antasm, and even _ph_antasi_z_e.
ali@211
     7
ali@211
     8
While warnings about missing spaces around underscores are generally
ali@211
     9
suppressed, partial underlining with_an odd number of un_der_scor_es
ali@211
    10
will still be warned about.
ali@211
    11
**************** WARNINGS ****************
ali@211
    12
<expected>
ali@211
    13
  <error>
ali@211
    14
    <at line="1" column="57"/>
ali@211
    15
    <text>Query word bd - not reporting duplicates</text>
ali@211
    16
  </error>
ali@211
    17
  <error>
ali@211
    18
    <at line="2" column="48"/>
ali@211
    19
    <text>Query word pr - not reporting duplicates</text>
ali@211
    20
  </error>
ali@211
    21
  <error>
ali@211
    22
    <at line="8" column="37"/>
ali@211
    23
    <text>Missing space or underscore?</text>
ali@211
    24
  </error>
ali@211
    25
  <error>
ali@211
    26
    <at line="8" column="66"/>
ali@211
    27
    <text>Missing space or underscore?</text>
ali@211
    28
  </error>
ali@211
    29
</expected>