niner / Inline-Perl5

Use Perl 5 code in a Raku program
Artistic License 2.0
95 stars 30 forks source link

Xlsx dump #148

Open tbrowder opened 4 years ago

tbrowder commented 4 years ago

Add stripped-down Perl module Excel::Writer::XLSX for testing. Module has no external dependencies other than base Perl.

Add two tests: one works as expected; the other currently core dumps but is expected to run to completion when the issue is handled.

tbrowder commented 4 years ago

I'll keep hacking on adding a small test case.