Summary

lowdown: Error: (car) bad argument type: ()

Metadata

Description

Bug?

 $ csi -nq
 #;1> (use lowdown)
 ...
 #;2> (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)")
 
 Error: (car) bad argument type: ()
 
         Call history:
 
         <syntax>          (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)")
         <eval>    (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)")      <--
 




 $ chicken-status lowdown
 lowdown ....................................................... version: 0.0.8




 $ chicken -version
 (c) 2008-2014, The Chicken Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b)
 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
 bootstrapped 2014-06-07

Changes and comments

[2015-04-10 23:09:15 UTC] syn changed status from new to closed

[2015-04-10 23:09:15 UTC] syn set resolution to fixed

[2015-04-10 23:09:15 UTC] syn wrote:

This was caused by the "[]" which was parsed as an empty reference link. I just released Lowdown 0.0.9 which fixes this issue. Thanks for reporting it!