test/compatibility/grave-quotes.tst
author ali <ali@juiblex.co.uk>
Sun May 26 22:30:38 2013 +0100 (2013-05-26)
changeset 65 1b0e1aaf1800
permissions -rw-r--r--
Break print_pending() and check_for_mismatched_quotes() out
     1 **************** INPUT ****************
     2 ` Now you should start for school,' Margaret said.
     3 
     4 `In a moment,' Peter replied, ` I'm just coming.'
     5 **************** EXPECTED ****************
     6 
     7 ` Now you should start for school,' Margaret said.
     8     Line 1 column 1 - Spaced quote?
     9 
    10 `In a moment,' Peter replied, ` I'm just coming.'
    11     Line 3 column 30 - Spaced singlequote?