basilisp test
fails when attempting to print
anything out from inside a test file on MS-Windows
#1080
Labels
Milestone
Hi,
when running
basilisp test
, an error occurs when trying toprint
from a test fileTo reproduce,
git clone https://github.com/ikappaki/issue-bas-test-macro-print cd issue-bas-test-macro-print poetry install poetry shell
basilisp
, you should see the errorThe test file just tries to printout a value (I've also added a test event though is irrelevant)
Commenting out the
println
form allows the test to run without error.This could as well be a MS-Windows only issue, I haven't had the chance to test on another architecture yet.
Thanks
The text was updated successfully, but these errors were encountered: