Add testcase for unmarked paragraph
authorali <ali@juiblex.co.uk>
Sat Feb 18 19:46:22 2012 +0000 (2012-02-18)
changeset 25100bec12f16a
parent 24 adf633a3ae6f
child 26 d9f14c625111
Add testcase for unmarked paragraph
test/compatibility/Makefile.am
test/compatibility/unmarked-paragraph.tst
     1.1 --- a/test/compatibility/Makefile.am	Sat Feb 18 17:08:22 2012 +0000
     1.2 +++ b/test/compatibility/Makefile.am	Sat Feb 18 19:46:22 2012 +0000
     1.3 @@ -5,6 +5,6 @@
     1.4  	example.tst non-ascii.tst embedded-lf.tst markup.tst \
     1.5  	user-defined-typo.tst brackets.tst single-quotes.tst grave-quotes.tst \
     1.6  	dashes.tst control-characters.tst unusual-characters.tst \
     1.7 -	windows-1252.tst periods.tst long-line.tst
     1.8 +	windows-1252.tst periods.tst long-line.tst unmarked-paragraph.tst
     1.9  
    1.10  dist_pkgdata_DATA=$(TESTS)
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/test/compatibility/unmarked-paragraph.tst	Sat Feb 18 19:46:22 2012 +0000
     2.3 @@ -0,0 +1,14 @@
     2.4 +**************** INPUT ****************
     2.5 +"Hurrah! that's the way to do it!" "Now, then, Tom, see if you can't bring
     2.6 +Dick home!"
     2.7 +
     2.8 +"Give him a swift one, Frank! Don’t let him hit it!" cried Sam Rover,
     2.9 +merrily.
    2.10 +**************** WARNINGS ****************
    2.11 +<expected>
    2.12 +  <error>
    2.13 +    <at line="1" column="36"/>
    2.14 +    <at line="1" column="34"/>
    2.15 +    <text>Query missing paragraph break?</text>
    2.16 +  </error>
    2.17 +</expected>