From 7e0b40c87dd4d8faf4be4b8ba13aa79959f4a547 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 3 Mar 2008 01:49:59 +0000 Subject: Some tests I forgot to checking with recent commits. --- tests/misc/blockquote.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/misc/blockquote.html (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html new file mode 100644 index 0000000..ec16d1f --- /dev/null +++ b/tests/misc/blockquote.html @@ -0,0 +1,22 @@ +

blockquote with no whitespace before >. +

+

foo +

+

blockquote with one space before the >. +

+

bar +

+

blockquote with 2 spaces. +

+

baz +

+

> this has three spaces so its a paragraph. +

+

blah +

+
> this one had four so it's a code block.
+

this nested blockquote has 0 on level one and 3 (one after the first > + 2 more) on level 2. +

+

> and this has 4 on level 2 - another code block. +

+
\ No newline at end of file -- cgit v1.2.3