This PR fixes #88.
I've simply removed the line that strips the comments since the load_msg_from_string function will handle them anyway. No need for code duplication.
Additionally, I've added a test that failed before the change and passes after it.
This PR fixes #88. I've simply removed the line that strips the comments since the
load_msg_from_string
function will handle them anyway. No need for code duplication. Additionally, I've added a test that failed before the change and passes after it.