Closed Hellseher closed 2 years ago
The reason that is happening is that the test is wrapped in
#+(or sbcl cmu allegro abcl ccl clisp)
...and the reason I did that was that I didn't know how command line arguments work in ECL, and test
accepts command-line arguments.
I tweaked it so that it (sort of) works, and the tests pass on ECL, so you can use XMLS with reasonable confidence.
Fixed by #8
Hi,
While packing for Guix I noticed that test failed for ECL implementation.