test/compatibility/spaced-punctuation.tst
author ali <ali@juiblex.co.uk>
Sat May 25 19:27:51 2013 +0100 (2013-05-25)
changeset 45 d48f66b0ad0d
parent 0 c2f4c0285180
permissions -rw-r--r--
Break check_for_long_line() and check_for_short_line() out
     1 **************** INPUT ****************
     2 "Look! John , over there!"
     3 
     4 "Now, then, Tom, see if you can't bring Dick
     5 home !"
     6 
     7 "Who did this, I demand to know ?"
     8 
     9 "I knocked the ball--but I didn't aim for your hat ," answered Tom.
    10 
    11 "The rest of you can try to keep that motor boat in sight ;" and so it was
    12 arranged.
    13 
    14 "But even as I worked I couldn't help but make up a few lines. They run
    15 like this :"
    16 
    17 **************** EXPECTED ****************
    18 
    19 "Look! John , over there!"
    20     Line 1 column 13 - Spaced punctuation?
    21 
    22 home !"
    23     Line 4 column 6 - Spaced punctuation?
    24 
    25 "Who did this, I demand to know ?"
    26     Line 6 column 33 - Spaced punctuation?
    27 
    28 "I knocked the ball--but I didn't aim for your hat ," answered Tom.
    29     Line 8 column 52 - Spaced punctuation?
    30 
    31 "The rest of you can try to keep that motor boat in sight ;" and so it was
    32     Line 10 column 59 - Spaced punctuation?
    33 
    34 like this :"
    35     Line 14 column 11 - Spaced punctuation?