tests: add some tests - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
 (HTM) git clone git://git.codemadness.org/smu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f73e2fd6e19cbec585560f08ce675ab20117621d
 (DIR) parent 768d333826b6f3a867048755ae9fb1cf930f751c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 11 May 2021 17:30:43 +0200
       
       tests: add some tests
       
       Diffstat:
         M testdoc                             |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/testdoc b/testdoc
       @@ -60,6 +60,9 @@ link with title: [suckless](http://suckless.org/ "software that sucks less")
        
        link with title (single quote): [suckless](http://suckless.org/ 'software that sucks less')
        
       +link with trailing spaces: [suckless](http://suckless.org/    )
       +
       +link with leading spaces: [suckless](     http://suckless.org/    )
        
        images
        ------
       @@ -76,10 +79,17 @@ image with no title and dimensions: ![alt text](http://st.suckless.org/screensho
        
        image with title and dimensions: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =12x34)
        
       +image with title and dimensions different order: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png =12x34 "screenshot of st")
       +
        image with title and dimensions (no width): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =x34)
        
        image with title and dimensions (no height): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =12x)
        
       +image with title and dimensions with spaces: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png
       +        =12x34    
       +        "screenshot of st"    )
       +
       +linked thumbnail image: [![alt text](thumb.png "click to open" =12x34)](img.png)
        
        inline html
        -----------