From 7b72eb6454c6d0cb2516de457457a1463d3cd04a Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 27 Jan 2019 19:43:18 +0000 Subject: [PATCH] As best I can tell, these were passed accidently before --- tests/commonmark/246-List_items.html | 4 ---- tests/commonmark/246-List_items.md | 5 ----- tests/commonmark/277-Lists.html | 10 ---------- tests/commonmark/277-Lists.md | 7 ------- 4 files changed, 26 deletions(-) delete mode 100644 tests/commonmark/246-List_items.html delete mode 100644 tests/commonmark/246-List_items.md delete mode 100644 tests/commonmark/277-Lists.html delete mode 100644 tests/commonmark/277-Lists.md diff --git a/tests/commonmark/246-List_items.html b/tests/commonmark/246-List_items.html deleted file mode 100644 index fe6d52c..0000000 --- a/tests/commonmark/246-List_items.html +++ /dev/null @@ -1,4 +0,0 @@ -

foo -*

-

foo -1.

\ No newline at end of file diff --git a/tests/commonmark/246-List_items.md b/tests/commonmark/246-List_items.md deleted file mode 100644 index b0f1ac6..0000000 --- a/tests/commonmark/246-List_items.md +++ /dev/null @@ -1,5 +0,0 @@ -foo -* - -foo -1. \ No newline at end of file diff --git a/tests/commonmark/277-Lists.html b/tests/commonmark/277-Lists.html deleted file mode 100644 index 2624420..0000000 --- a/tests/commonmark/277-Lists.html +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/277-Lists.md b/tests/commonmark/277-Lists.md deleted file mode 100644 index 766f24d..0000000 --- a/tests/commonmark/277-Lists.md +++ /dev/null @@ -1,7 +0,0 @@ -- a -- ``` - b - - - ``` -- c \ No newline at end of file