Fixes #97
Checks that the namespace given by the user contains only lowercase letters, to prevent the name discrepancy being detected further down the pipeline. This allows for a more descriptive error message to be displayed, instead of simply "Unexpected undefined".
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Documentation (non-breaking change with enhancements to documentation)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] I have checked that unit tests pass locally with my changes
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have added necessary documentation (if appropriate)
Description
Fixes #97 Checks that the namespace given by the user contains only lowercase letters, to prevent the name discrepancy being detected further down the pipeline. This allows for a more descriptive error message to be displayed, instead of simply "Unexpected undefined".
Types of changes
Checklist
Further comments