From 47906585a0e0bc723b253134b8b69303203279cc Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Wed, 14 Dec 2022 02:01:15 -0600 Subject: [PATCH] test: add test for ordered list --- test/specs/new/list_item_tabs.html | 9 +++++++++ test/specs/new/list_item_tabs.md | 9 ++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/test/specs/new/list_item_tabs.html b/test/specs/new/list_item_tabs.html index 8abfdabbe2..c0d57d7c4f 100644 --- a/test/specs/new/list_item_tabs.html +++ b/test/specs/new/list_item_tabs.html @@ -6,3 +6,12 @@
  • E
  • F
  • + +
      +
    1. A
    2. +
    3. B
    4. +
    5. C
    6. +
    7. D
    8. +
    9. E
    10. +
    11. F
    12. +
    \ No newline at end of file diff --git a/test/specs/new/list_item_tabs.md b/test/specs/new/list_item_tabs.md index a404afc1f0..fa0a038f00 100644 --- a/test/specs/new/list_item_tabs.md +++ b/test/specs/new/list_item_tabs.md @@ -3,4 +3,11 @@ - C - D - E -- F \ No newline at end of file +- F + +1. A +2. B +3. C +4. D +5. E +6. F \ No newline at end of file