From 067891f3c64206c2a76a45bbcf02c636fd1f9463 Mon Sep 17 00:00:00 2001 From: david parsons Date: Mon, 16 Jan 2012 13:08:52 -0800 Subject: [PATCH] Add a testcase for reported defects (and the desired output) --- tests/defects.t | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/defects.t diff --git a/tests/defects.t b/tests/defects.t new file mode 100644 index 0000000..9aaa84d --- /dev/null +++ b/tests/defects.t @@ -0,0 +1,17 @@ +. tests/functions.sh + +title "reported defects" + +rc=0 +MARKDOWN_FLAGS= + +try 'masses of non-block html' \ +'foo
+
+bar
' \ +'

foo
+
+bar

' + +summary $0 +exit $rc