test/bookloupe/curved-single-quotes.tst
author ali <ali@juiblex.co.uk>
Fri Sep 27 07:19:36 2013 +0100 (2013-09-27)
changeset 125 927fb871d2e3
permissions -rw-r--r--
Update documentation for 2.0.57
     1 **************** OPTIONS ****************
     2 -s
     3 **************** INPUT ****************
     4 ‘Now you should start for school, ’ Margaret said.
     5 
     6 ‘In a moment,’ Peter replied,‘ I'm just coming.’
     7 
     8 ‘Come on,’shouted Jane.
     9 
    10 ‘Alright,’ said Peter, ‘Keep your hair on.
    11 ’ He looked down as he came round the corner.
    12 ‘Where's my coat? ’
    13 
    14 `Underneath the girls’ scarves.’ said his mother.
    15 
    16 Grabbing it, he joined the others as they set out.
    17 **************** WARNINGS ****************
    18 <expected>
    19   <error>
    20     <at line="1" column="34"/>
    21     <text>Spaced singlequote?</text>
    22   </error>
    23   <error>
    24     <at line="3" column="30"/>
    25     <text>Wrongspaced singlequotes?</text>
    26   </error>
    27   <error>
    28     <at line="5" column="10"/>
    29     <text>Wrongspaced singlequotes?</text>
    30   </error>
    31   <false-positive>
    32     <at line="6"/>
    33     <text>Mismatched singlequotes?</text>
    34   </false-positive>
    35   <error>
    36     <at line="8" column="1"/>
    37     <text>Spaced quote?</text>
    38   </error>
    39   <error>
    40     <at line="9" column="19"/>
    41     <text>Spaced quote?</text>
    42   </error>
    43   <false-positive>
    44     <at line="10"/>
    45     <text>Mismatched singlequotes?</text>
    46   </false-positive>
    47   <false-positive>
    48     <at line="11" column="32"/>
    49     <text>Wrongspaced singlequotes?</text>
    50   </false-positive>
    51   <error>
    52     <at line="12"/>
    53     <text>Mismatched singlequotes?</text>
    54   </error>
    55 </expected>