# HG changeset patch # User ali # Date 1329690210 0 # Node ID 2d98234365101c063bb4cb29d043f0875121e05d # Parent 20c603ca564983c5d0ee09c4ed2cca5108fb101a More spaced punctuation diff -r 20c603ca5649 -r 2d9823436510 test/compatibility/spaced-punctuation.tst --- a/test/compatibility/spaced-punctuation.tst Sun Feb 19 21:08:53 2012 +0000 +++ b/test/compatibility/spaced-punctuation.tst Sun Feb 19 22:23:30 2012 +0000 @@ -1,6 +1,35 @@ **************** INPUT **************** "Look! John , over there!" + +"Now, then, Tom, see if you can't bring Dick +home !" + +"Who did this, I demand to know ?" + +"I knocked the ball--but I didn't aim for your hat ," answered Tom. + +"The rest of you can try to keep that motor boat in sight ;" and so it was +arranged. + +"But even as I worked I couldn't help but make up a few lines. They run +like this :" + **************** EXPECTED **************** "Look! John , over there!" Line 1 column 13 - Spaced punctuation? + +home !" + Line 4 column 6 - Spaced punctuation? + +"Who did this, I demand to know ?" + Line 6 column 33 - Spaced punctuation? + +"I knocked the ball--but I didn't aim for your hat ," answered Tom. + Line 8 column 52 - Spaced punctuation? + +"The rest of you can try to keep that motor boat in sight ;" and so it was + Line 10 column 59 - Spaced punctuation? + +like this :" + Line 14 column 11 - Spaced punctuation?