From 4d2f8a2e0b9635f206784d1bc3e17eef16f0ee5f Mon Sep 17 00:00:00 2001 From: Martin Mitas Date: Mon, 8 Jan 2024 19:35:53 +0100 Subject: [PATCH] Add test for issue #201. Seems the issue got fixed by combination of previous commits. Fixes #201. --- test/coverage.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/coverage.txt b/test/coverage.txt index 107d48da..746f6cf5 100644 --- a/test/coverage.txt +++ b/test/coverage.txt @@ -355,6 +355,19 @@ bar ```````````````````````````````` +### [Issue 201](https://github.com/mity/md4c/issues/201) + +```````````````````````````````` example +foo + ``` + bar + ``` +. +

foo +bar

+```````````````````````````````` + + ## Code coverage ### `md_is_unicode_whitespace__()`