From c9df578873dace8e9ff83709473f9bff0b93f643 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Jul 2022 20:16:20 +0300 Subject: test: add scenario for unordered list Sponsored-by: author --- riki.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'riki.md') diff --git a/riki.md b/riki.md index 73793c0..3b7f995 100644 --- a/riki.md +++ b/riki.md @@ -274,6 +274,24 @@ foo bar ~~~ +### Unordered list + +_Requirement: Markup of an unordered list must result in a ul element +in HTML output._ + +~~~scenario +given an installed riki +given file site/page.mdwn from ul +when I run riki site output +then AST of site/page.mdwn matches that of output/page.html +~~~ + + +~~~{#ul .file} +* first +* second +~~~ + ## Input files other than Markdown _Requirement: Input files that aren't Markdown files must be copied -- cgit v1.2.1