From 06d672e913bbf998dd0533de8440190c639fb18f Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 26 Jun 2008 20:52:20 +0500 Subject: Test suite cleanup. README for markdown2 tests. Separation in two stages(markdown to tree, applying inline patterns). --- .../Code block in a list item.tags | 1 - tests2/php-markdown-cases-new/Emphasis.tags | 1 - .../Inline HTML (Simple).tags | 1 - .../php-markdown-cases-new/Inline HTML (Span).tags | 1 - tests2/php-markdown-cases-new/Ins & del.html~ | 24 ---------------------- tests2/php-markdown-cases-new/Parens in URL.tags | 1 - 6 files changed, 29 deletions(-) delete mode 100644 tests2/php-markdown-cases-new/Code block in a list item.tags delete mode 100644 tests2/php-markdown-cases-new/Emphasis.tags delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Simple).tags delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Span).tags delete mode 100644 tests2/php-markdown-cases-new/Ins & del.html~ delete mode 100644 tests2/php-markdown-cases-new/Parens in URL.tags (limited to 'tests2/php-markdown-cases-new') diff --git a/tests2/php-markdown-cases-new/Code block in a list item.tags b/tests2/php-markdown-cases-new/Code block in a list item.tags deleted file mode 100644 index a3d2682..0000000 --- a/tests2/php-markdown-cases-new/Code block in a list item.tags +++ /dev/null @@ -1 +0,0 @@ -knownfailure eol dontcare # fails just because of trailing EOL diff --git a/tests2/php-markdown-cases-new/Emphasis.tags b/tests2/php-markdown-cases-new/Emphasis.tags deleted file mode 100644 index 06cb210..0000000 --- a/tests2/php-markdown-cases-new/Emphasis.tags +++ /dev/null @@ -1 +0,0 @@ -knownfailure dontcare # need a re-write based on html5lib (or something) to fix diff --git a/tests2/php-markdown-cases-new/Inline HTML (Simple).tags b/tests2/php-markdown-cases-new/Inline HTML (Simple).tags deleted file mode 100644 index a3d2682..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Simple).tags +++ /dev/null @@ -1 +0,0 @@ -knownfailure eol dontcare # fails just because of trailing EOL diff --git a/tests2/php-markdown-cases-new/Inline HTML (Span).tags b/tests2/php-markdown-cases-new/Inline HTML (Span).tags deleted file mode 100644 index 06cb210..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Span).tags +++ /dev/null @@ -1 +0,0 @@ -knownfailure dontcare # need a re-write based on html5lib (or something) to fix diff --git a/tests2/php-markdown-cases-new/Ins & del.html~ b/tests2/php-markdown-cases-new/Ins & del.html~ deleted file mode 100644 index 82bfb2b..0000000 --- a/tests2/php-markdown-cases-new/Ins & del.html~ +++ /dev/null @@ -1,24 +0,0 @@ -

Here is a block tag ins: -

- - -

Some text -

-
- -And here it is inside a paragraph. - - -

And here it is in the middle of a paragraph. -

- - -

Some text -

-
- -And here is ins as a paragraph. - - -

And here it is in the middle of a paragraph. -

diff --git a/tests2/php-markdown-cases-new/Parens in URL.tags b/tests2/php-markdown-cases-new/Parens in URL.tags deleted file mode 100644 index 918b7e8..0000000 --- a/tests2/php-markdown-cases-new/Parens in URL.tags +++ /dev/null @@ -1 +0,0 @@ -dontcare knownfailure -- cgit v1.2.3