...
- doc strings with examples could be more human readable
XML, JSON or SQL generation tests become filled with escaped quotes
- pasting JSON into a string, which could then easily have `read-json` called on it
Possible Solutions
Python-like triple quoted strings
...