smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 30baf9de128f6bf13470f2356cac768e0a8f95d5
parent f73e2fd6e19cbec585560f08ce675ab20117621d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 11 May 2021 17:33:04 +0200

testdoc: add test for an unclosed quoted title attribute

Diffstat:
Mtestdoc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/testdoc b/testdoc @@ -75,6 +75,8 @@ image with title: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png image with title (single quote): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png 'screenshot of st') +image with unclosed title (single quote): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st) + image with no title and dimensions: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png =12x34) image with title and dimensions: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =12x34)