aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/php-markdown-cases-new
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/php-markdown-cases-new')
-rw-r--r--tests2/php-markdown-cases-new/Code block in a list item.tags1
-rw-r--r--tests2/php-markdown-cases-new/Emphasis.tags1
-rw-r--r--tests2/php-markdown-cases-new/Inline HTML (Simple).tags1
-rw-r--r--tests2/php-markdown-cases-new/Inline HTML (Span).tags1
-rw-r--r--tests2/php-markdown-cases-new/Ins & del.html~24
-rw-r--r--tests2/php-markdown-cases-new/Parens in URL.tags1
6 files changed, 0 insertions, 29 deletions
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 @@
-<p>Here is a block tag ins:
-</p>
-
-<ins>
-<p>Some text
-</p>
-</ins>
-
-<ins>And here it is inside a paragraph.</ins>
-
-
-<p>And here it is <ins>in the middle of</ins> a paragraph.
-</p>
-
-<del>
-<p>Some text
-</p>
-</del>
-
-<del>And here is ins as a paragraph.</del>
-
-
-<p>And here it is <del>in the middle of</del> a paragraph.
-</p>
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