test/compatibility/long-line.tst
changeset 37 037942e1bc4f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/compatibility/long-line.tst	Mon Feb 20 10:10:48 2012 +0000
     1.3 @@ -0,0 +1,39 @@
     1.4 +**************** ENCODING ****************
     1.5 +WINDOWS-1252
     1.6 +**************** INPUT ****************
     1.7 +Lines up to seventy five columns should be acceptable and shouldn't trigger
     1.8 +any kind of warning. At seventy six columns, however, one warning is issued.
     1.9 +
    1.10 +Les élèves ont mangés leur petit déjeuner avant le commencement de l'école.
    1.11 +Les pains au chocolat et les petit brioches sont le choix le plus délicieux.
    1.12 +
    1.13 +Unfortunately, with two long lines, we need to drivel on for at least
    1.14 +twenty lines so that more than ninety per cent of the text consists of
    1.15 +non-long lines so that the warnings are not switched off in a misguided
    1.16 +attempt at being helpful.
    1.17 +
    1.18 +“I love to sail the briny deep!
    1.19 +  The briny deep for me!
    1.20 +I love to watch the sunlit waves
    1.21 +  That brighten up the sea!
    1.22 +I love to listen to the wind
    1.23 +  That fills the snowy sails!
    1.24 +I love to roam around the deck----”
    1.25 +
    1.26 +  “And eat the fishes’ tails!”
    1.27 +**************** WARNINGS ****************
    1.28 +<expected>
    1.29 +  <error>
    1.30 +    <at line="2" column="76"/>
    1.31 +    <text>Long line 76</text>
    1.32 +  </error>
    1.33 +  <error>
    1.34 +    <at line="5" column="76"/>
    1.35 +    <text>Long line 76</text>
    1.36 +  </error>
    1.37 +  <false-positive>
    1.38 +    <at line="5" column="9"/>
    1.39 +    <at line="5" column="10"/>
    1.40 +    <text>Query word au - not reporting duplicates</text>
    1.41 +  </false-positive>
    1.42 +</expected>