tobijk / caius

A functional testing framework in object-oriented Tcl
MIT License
26 stars 5 forks source link

pkgIndex.tcl of lib/Markdown is broken #19

Closed k1s2 closed 7 years ago

k1s2 commented 7 years ago

There is an escape issue in "pkgIndex.tcl" file in lib/Markdown. Loading the package fails when the path to the library contains more than a single whitespace in series - e.g. C:\test__test\lib\Markdown". For me the following works:

package ifneeded Markdown 1.0 "
    source \[file join [list $dir] markdown.tcl\]
    source \[file join [list $dir] version.tcl\]
"
tobijk commented 7 years ago

Hi,

thank you for reporting this. Indeed, it seems it should be as above.

Tobias

tobijk commented 7 years ago

Fixed in 0.16.1.