From aca421f7996bed50c7c7b61f26e88727f5d89060 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Jul 2022 20:15:17 +0300 Subject: test: add scenario for horizontal rule Sponsored-by: author --- riki.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'riki.md') diff --git a/riki.md b/riki.md index 5fe6c47..73793c0 100644 --- a/riki.md +++ b/riki.md @@ -253,6 +253,27 @@ then AST of site/page.mdwn matches that of output/page.html | 1 | 2 | ~~~ +### Horizontal rule + +_Requirement: Markup of a horizontal rule must result in hr element in +HTML output._ + +~~~scenario +given an installed riki +given file site/page.mdwn from rule +when I run riki site output +then AST of site/page.mdwn matches that of output/page.html +~~~ + + +~~~{#rule .file} +foo + +--------------------------------------------------------------------------------------- + +bar +~~~ + ## Input files other than Markdown _Requirement: Input files that aren't Markdown files must be copied -- cgit v1.2.1