| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This updates the way in which default.DELIMITERS is used to
enable simple monkey-patching should a user desire.
Monkey-patching isn't the preferred approach however, it can
at times be useful and it simple to support.
Additionally, test cases are added to ensure certain defaults can
be monkey-patched at run-time.
|