From bc5b7c288d29215c585db254a203889e0dea54e2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 22:35:19 -0700 Subject: Removed oldtests. --- oldtests/Blockquotes/Indents.html | 12 ---------- oldtests/Blockquotes/Indents.markdown | 5 ---- oldtests/Blockquotes/Nesting.html | 32 -------------------------- oldtests/Blockquotes/Nesting.markdown | 22 ------------------ oldtests/Blockquotes/Separation.html | 39 -------------------------------- oldtests/Blockquotes/Separation.markdown | 29 ------------------------ 6 files changed, 139 deletions(-) delete mode 100644 oldtests/Blockquotes/Indents.html delete mode 100644 oldtests/Blockquotes/Indents.markdown delete mode 100644 oldtests/Blockquotes/Nesting.html delete mode 100644 oldtests/Blockquotes/Nesting.markdown delete mode 100644 oldtests/Blockquotes/Separation.html delete mode 100644 oldtests/Blockquotes/Separation.markdown (limited to 'oldtests/Blockquotes') diff --git a/oldtests/Blockquotes/Indents.html b/oldtests/Blockquotes/Indents.html deleted file mode 100644 index fd98ee8..0000000 --- a/oldtests/Blockquotes/Indents.html +++ /dev/null @@ -1,12 +0,0 @@ -
-

one -blockquote

-
-
-
-
-

triply nested -triply nested

-
-
-
diff --git a/oldtests/Blockquotes/Indents.markdown b/oldtests/Blockquotes/Indents.markdown deleted file mode 100644 index f9342ff..0000000 --- a/oldtests/Blockquotes/Indents.markdown +++ /dev/null @@ -1,5 +0,0 @@ -> one - > blockquote - ->>> triply nested - > > > triply nested diff --git a/oldtests/Blockquotes/Nesting.html b/oldtests/Blockquotes/Nesting.html deleted file mode 100644 index f40e999..0000000 --- a/oldtests/Blockquotes/Nesting.html +++ /dev/null @@ -1,32 +0,0 @@ -

These are all equivalent:

-
-
-

nested -blockquote

-
-
-
-
-

nested -blockquote

-
-
-
-
-

nested -blockquote

-
-
-
-
-

nested -blockquote

-
-
-

This is not:

-
-

nested

-
-

blockquote

-
-
diff --git a/oldtests/Blockquotes/Nesting.markdown b/oldtests/Blockquotes/Nesting.markdown deleted file mode 100644 index 3d67843..0000000 --- a/oldtests/Blockquotes/Nesting.markdown +++ /dev/null @@ -1,22 +0,0 @@ -These are all equivalent: - -> > nested -> > blockquote - - ->> nested ->> blockquote - - -> > nested -blockquote - - -> > nested -> blockquote - - -This is not: - -> nested -> > blockquote diff --git a/oldtests/Blockquotes/Separation.html b/oldtests/Blockquotes/Separation.html deleted file mode 100644 index 910d545..0000000 --- a/oldtests/Blockquotes/Separation.html +++ /dev/null @@ -1,39 +0,0 @@ -

One blockquote, two paragraphs:

-
-

one

-

two

-
-

Two blockquotes:

-
-

one

-
-
-

two

-
-

Nested blockquote, two paragraphs:

-
-
-

one

-

two

-
-
-

Nested blockquote, two blockquotes:

-
-
-

one

-
-
-

two

-
-
-

Two nested blockquotes:

-
-
-

one

-
-
-
-
-

two

-
-
diff --git a/oldtests/Blockquotes/Separation.markdown b/oldtests/Blockquotes/Separation.markdown deleted file mode 100644 index 823d865..0000000 --- a/oldtests/Blockquotes/Separation.markdown +++ /dev/null @@ -1,29 +0,0 @@ -One blockquote, two paragraphs: - -> one -> -> two - -Two blockquotes: - -> one - -> two - -Nested blockquote, two paragraphs: - -> > one -> > -> > two - -Nested blockquote, two blockquotes: - -> > one -> -> > two - -Two nested blockquotes: - -> > one - -> > two -- cgit v1.2.3