From 50e135cd4eca7186ca80b6b731f8275a96a95ed4 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 13 Oct 2016 22:32:56 +0200 Subject: [PATCH] Update expect-to-pass CommonMark spec examples for f4e0234 --- tests/commonmark/226-List_items.html | 3 +++ tests/commonmark/226-List_items.md | 1 + tests/commonmark/228-List_items.html | 3 +++ tests/commonmark/228-List_items.md | 1 + tests/commonmark/260-List_items.html | 11 +++++++++++ tests/commonmark/260-List_items.md | 1 + 6 files changed, 20 insertions(+) create mode 100644 tests/commonmark/226-List_items.html create mode 100644 tests/commonmark/226-List_items.md create mode 100644 tests/commonmark/228-List_items.html create mode 100644 tests/commonmark/228-List_items.md create mode 100644 tests/commonmark/260-List_items.html create mode 100644 tests/commonmark/260-List_items.md diff --git a/tests/commonmark/226-List_items.html b/tests/commonmark/226-List_items.html new file mode 100644 index 0000000..c99bffc --- /dev/null +++ b/tests/commonmark/226-List_items.html @@ -0,0 +1,3 @@ +
    +
  1. ok
  2. +
\ No newline at end of file diff --git a/tests/commonmark/226-List_items.md b/tests/commonmark/226-List_items.md new file mode 100644 index 0000000..95f7fa4 --- /dev/null +++ b/tests/commonmark/226-List_items.md @@ -0,0 +1 @@ +123456789. ok \ No newline at end of file diff --git a/tests/commonmark/228-List_items.html b/tests/commonmark/228-List_items.html new file mode 100644 index 0000000..f474645 --- /dev/null +++ b/tests/commonmark/228-List_items.html @@ -0,0 +1,3 @@ +
    +
  1. ok
  2. +
\ No newline at end of file diff --git a/tests/commonmark/228-List_items.md b/tests/commonmark/228-List_items.md new file mode 100644 index 0000000..e33ab62 --- /dev/null +++ b/tests/commonmark/228-List_items.md @@ -0,0 +1 @@ +0. ok \ No newline at end of file diff --git a/tests/commonmark/260-List_items.html b/tests/commonmark/260-List_items.html new file mode 100644 index 0000000..9acd4d0 --- /dev/null +++ b/tests/commonmark/260-List_items.html @@ -0,0 +1,11 @@ +
    +
  1. +
      +
    • +
        +
      1. foo
      2. +
      +
    • +
    +
  2. +
\ No newline at end of file diff --git a/tests/commonmark/260-List_items.md b/tests/commonmark/260-List_items.md new file mode 100644 index 0000000..1671802 --- /dev/null +++ b/tests/commonmark/260-List_items.md @@ -0,0 +1 @@ +1. - 2. foo \ No newline at end of file