Closed AshleyGrant closed 8 years ago
@jdanyow Can you review this and see if this is good for phase 1?
I made it where, if you do foo="bar: ';\';'"
you'll get ';\';'
as the value. Let me know if that isn't what needs to be spit out. If it should be ;\';
and not include the quotes.
looks good :beers:
I've added three unit tests, but there will likely need to be more. I used double quotes in the unit tests to attempt to make the test strings more readable.