This module fails tests when installed via panda now that glr has been merged into nom. It seems like the only problem is that the test files need to end with done-testing() instead of done().
This is my first pull request so let me know if I've done something incorrectly. Thanks for writing this module!
This module fails tests when installed via panda now that glr has been merged into nom. It seems like the only problem is that the test files need to end with
done-testing()
instead ofdone()
.This is my first pull request so let me know if I've done something incorrectly. Thanks for writing this module!